buildPythonPackage: inline bootstrapped-pip
This commit is contained in:
parent
42acb5dc55
commit
4f19853b30
@ -15,7 +15,9 @@ let
|
||||
|
||||
callPackage = pkgs.newScope self;
|
||||
|
||||
buildPythonPackage = makeOverridable (callPackage ../development/python-modules/generic { });
|
||||
buildPythonPackage = makeOverridable (callPackage ../development/python-modules/generic {
|
||||
bootstrapped-pip = callPackage ../development/python-modules/bootstrapped-pip { };
|
||||
});
|
||||
|
||||
# Unique python version identifier
|
||||
pythonName =
|
||||
@ -126,8 +128,6 @@ let
|
||||
mpi = pkgs.openmpi;
|
||||
};
|
||||
|
||||
bootstrapped-pip = callPackage ../development/python-modules/bootstrapped-pip { };
|
||||
|
||||
nixpart = callPackage ../tools/filesystems/nixpart { };
|
||||
|
||||
# This is used for NixOps to make sure we won't break it with the next major
|
||||
|
Loading…
Reference in New Issue
Block a user