recursivePthLoader included via wrapper, not propagated by modules

This commit is contained in:
Florian Friesdorf
2013-01-11 09:53:28 +01:00
parent 4329ba3fb1
commit 212b4df91c
3 changed files with 3 additions and 7 deletions

View File

@@ -53,11 +53,6 @@ python.stdenv.mkDerivation (attrs // {
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
# recursivePthLoader is responsible for loading pth files
propagatedBuildInputs = propagatedBuildInputs ++ [ recursivePthLoader ];
#buildInputStrings = map toString buildInputs;
pythonPath = [ setuptools ] ++ pythonPath;
preConfigure = ''