mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Override the dontPreferSetupPy attribute for cheroot
This commit is contained in:
parent
2df09faeff
commit
d1644c5c55
1 changed files with 6 additions and 0 deletions
|
@ -156,6 +156,12 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
cheroot = super.cheroot.overridePythonAttrs (
|
||||
old: {
|
||||
dontPreferSetupPy = true;
|
||||
}
|
||||
);
|
||||
|
||||
colour = super.colour.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.d2to1 ];
|
||||
|
|
Loading…
Add table
Reference in a new issue