mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #614 from WolfangAukang/overrides
overrides: adding python-trovo and python-twitter
This commit is contained in:
commit
6984e7e2e9
2 changed files with 7 additions and 0 deletions
|
@ -1234,6 +1234,9 @@
|
|||
"python-swiftclient": [
|
||||
"pbr"
|
||||
],
|
||||
"python-trovo": [
|
||||
"poetry"
|
||||
],
|
||||
"python_openzwave": [
|
||||
"cython"
|
||||
],
|
||||
|
|
|
@ -1758,6 +1758,10 @@ lib.composeManyExtensions [
|
|||
}
|
||||
);
|
||||
|
||||
python-twitter = super.python-twitter.overridePythonAttrs (old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ];
|
||||
});
|
||||
|
||||
pythran = super.pythran.overridePythonAttrs (old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ];
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue