Revert "PYTHONPATH in preConfigure instead of configurePhase"
This reverts commit a9873e9412d5ffb333baaf33502c8dff62548fa6. svn path=/nixpkgs/branches/stdenv-updates/; revision=32651
This commit is contained in:
parent
c5a2f289f6
commit
92da3fd865
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ python.stdenv.mkDerivation (attrs // {
|
|||
|
||||
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
|
||||
|
||||
preConfigure = ''
|
||||
configurePhase = ''
|
||||
# do not allow distutils to make downloads, whatever install command is used
|
||||
export PYTHONPATH="${setuptools}/lib/${python.libPrefix}:$PYTHONPATH"
|
||||
export PYTHONPATH="${offlineDistutils}/lib/${python.libPrefix}:$PYTHONPATH"
|
||||
|
|
Loading…
Reference in a new issue