mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
wheel: Add override breaking cycle
This commit is contained in:
parent
e194dd6590
commit
0fa9f38f64
1 changed files with 5 additions and 0 deletions
|
@ -107,4 +107,9 @@ in {
|
||||||
|
|
||||||
keyring = addSetupTools;
|
keyring = addSetupTools;
|
||||||
|
|
||||||
|
# Break setuptools infinite recursion because of non-bootstrapped pip
|
||||||
|
wheel = self: super: drv: super.wheel.overridePythonAttrs(_: {
|
||||||
|
inherit (drv) pname name version src;
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue