mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
commit
6f1cc3a078
1 changed files with 7 additions and 0 deletions
|
@ -104,6 +104,13 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
dictdiffer = super.dictdiffer.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = old.buildInputs ++ [ self.pytest-runner ];
|
||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [ self.setuptools ];
|
||||
}
|
||||
);
|
||||
|
||||
django = (
|
||||
super.django.overridePythonAttrs (
|
||||
old: {
|
||||
|
|
Loading…
Add table
Reference in a new issue