modules propgate recursivePthLoader

An alternative would be to include it with the plain `python`.
This commit is contained in:
Florian Friesdorf 2013-01-11 10:54:25 +01:00
parent 37abd1e353
commit a59164e931

View file

@ -53,6 +53,8 @@ python.stdenv.mkDerivation (attrs // {
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
propagatedBuildInputs = propagatedBuildInputs ++ [ recursivePthLoader ];
pythonPath = [ setuptools ] ++ pythonPath;
preConfigure = ''