forked from mirrors/nixpkgs
poetry2nix: fix override bootstrapped-pip
This commit is contained in:
parent
c6d0ee1248
commit
61295f7a0e
|
@ -2410,9 +2410,7 @@ lib.composeManyExtensions [
|
|||
|
||||
# Stop infinite recursion by using bootstrapped pkg from nixpkgs
|
||||
bootstrapped-pip = super.bootstrapped-pip.override {
|
||||
wheel = (pkgs.python3.pkgs.override {
|
||||
python = self.python;
|
||||
}).wheel;
|
||||
wheel = self.python.pkgs.wheel;
|
||||
};
|
||||
|
||||
watchfiles =
|
||||
|
|
Loading…
Reference in a new issue