Revert "include site for python wrappers to enable deps via pth files"
This reverts commit dca280ab0b668553c50506ab7b31284e8477a803. svn path=/nixpkgs/branches/stdenv-updates/; revision=32660
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, python, wrapPython, site }:
|
||||
{ stdenv, fetchurl, python, wrapPython }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "setuptools-0.6c11";
|
||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1lx1hwxkhipyh206bgl90ddnfcnb68bzcvyawczbf833fadyl3v3";
|
||||
};
|
||||
|
||||
buildInputs = [ python wrapPython site ];
|
||||
buildInputs = [ python wrapPython ];
|
||||
|
||||
buildPhase = "python setup.py build --build-base $out";
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
# remove generic files, leave setuptools.pth
|
||||
rm $dst/site.py*
|
||||
rm $dst/easy-install.pth
|
||||
pythonPath=${site} wrapPythonPrograms
|
||||
wrapPythonPrograms
|
||||
'';
|
||||
|
||||
doCheck = false; # doesn't work with Python 2.7
|
||||
|
||||
Reference in New Issue
Block a user