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