buildPythonPackage: inline bootstrapped-pip

This commit is contained in:
Domen Kožar 2015-11-18 17:23:48 +01:00
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