buildPythonPackage: get rid of setupPyInstallFlags since there is no such thing

This commit is contained in:
Domen Kožar
2015-11-21 21:44:12 +01:00
parent ec0f58b459
commit a912c45ee2
5 changed files with 5 additions and 13 deletions
@@ -95,7 +95,7 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled"] // {
export PYTHONPATH="$out/${python.sitePackages}:$PYTHONPATH"
pushd dist
${bootstrapped-pip}/bin/pip install *.whl --no-index --prefix=$out
${bootstrapped-pip}/bin/pip install *.whl --no-index --prefix=$out --no-cache
popd
runHook postInstall