Merge pull request #218399 from Izorkin/fix-poetry2nix

poetry2nix: fix override bootstrapped-pip
This commit is contained in:
Robert Schütz 2023-02-27 18:50:34 -08:00 committed by GitHub
commit c5a32e9b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 =