buildPythonPackage: get rid of setupPyInstallFlags since there is no such thing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user