3
0
Fork 0
forked from mirrors/nixpkgs

poetry2nix: fix override bootstrapped-pip

This commit is contained in:
Izorkin 2023-02-28 03:37:38 +03:00
parent c6d0ee1248
commit 61295f7a0e
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

View file

@ -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 =