wheel: Add override breaking cycle

This commit is contained in:
adisbladis 2019-11-27 20:25:35 +00:00
parent e194dd6590
commit 0fa9f38f64
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -107,4 +107,9 @@ in {
keyring = addSetupTools;
# Break setuptools infinite recursion because of non-bootstrapped pip
wheel = self: super: drv: super.wheel.overridePythonAttrs(_: {
inherit (drv) pname name version src;
});
}