3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.pip: force installing

This commit is contained in:
Nikolay Amiantov 2016-02-16 17:45:28 +03:00 committed by Frederik Rietdijk
parent 895f51222e
commit b08c0472e1

View file

@ -15067,6 +15067,10 @@ in modules // {
sha256 = "46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521";
};
# pip detects that we already have bootstrapped_pip "installed", so we need
# to force it a little.
installFlags = [ "--ignore-installed" ];
buildInputs = with self; [ mock scripttest virtualenv pytest ];
};