mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Add override arpeggio
This commit is contained in:
parent
35017baff2
commit
e0cbe3a9e5
1 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,12 @@ self: super:
|
|||
'';
|
||||
});
|
||||
|
||||
arpeggio = super.arpeggio.overridePythonAttrs (
|
||||
old: {
|
||||
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ self.pytest-runner ];
|
||||
}
|
||||
);
|
||||
|
||||
astroid = super.astroid.overridePythonAttrs (
|
||||
old: rec {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ];
|
||||
|
|
Loading…
Add table
Reference in a new issue