mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #194 from yihuang/cytoolz-overrides
add overrides for package cytoolz
This commit is contained in:
commit
b9d28d2cd3
1 changed files with 5 additions and 0 deletions
|
@ -1258,4 +1258,9 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
cytoolz = super.cytoolz.overridePythonAttrs (
|
||||
old: {
|
||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [ self.toolz ];
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue