poetry2nix.overrides.wheel: adapt to new wheel version
Co-authored-by: adisbladis <adisbladis@gmail.com>
This commit is contained in:
parent
3cd71e0ae6
commit
6b63908855
@ -2738,15 +2738,12 @@ lib.composeManyExtensions [
|
||||
}
|
||||
);
|
||||
|
||||
wheel = ((
|
||||
pkgs.python3.pkgs.override {
|
||||
python = self.python;
|
||||
wheel = if self.python.isPy2 then
|
||||
super.wheel.override {
|
||||
inherit (self) bootstrapped-pip;
|
||||
}
|
||||
).wheel.override {
|
||||
inherit (self) buildPythonPackage bootstrapped-pip setuptools;
|
||||
}).overrideAttrs (old: {
|
||||
inherit (super.wheel) pname name version src;
|
||||
});
|
||||
else
|
||||
super.wheel;
|
||||
|
||||
zipp = if super.zipp == null then null else
|
||||
super.zipp.overridePythonAttrs (
|
||||
|
Loading…
Reference in New Issue
Block a user