buildPythonPackage: fix a regression #11303

This commit is contained in:
Domen Kožar 2015-11-27 11:44:34 +01:00
parent ade9f7167d
commit 7a3b518d62

View File

@ -65,6 +65,8 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled" "doCheck"] //
# propagate python/setuptools to active setup-hook in nix-shell
propagatedBuildInputs = propagatedBuildInputs ++ [ python setuptools ];
pythonPath = pythonPath;
configurePhase = attrs.configurePhase or ''
runHook preConfigure