mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
commit
98df940936
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ self: super:
|
|||
isort = super.isort.overridePythonAttrs
|
||||
(
|
||||
old: {
|
||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [ pkgs.setuptools ];
|
||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [ self.setuptools ];
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue