Merge pull request #218399 from Izorkin/fix-poetry2nix
poetry2nix: fix override bootstrapped-pip
This commit is contained in:
commit
c5a32e9b5c
@ -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 New Issue
Block a user