don't propagate recursivePthLoader, it is needed to process it already
This commit is contained in:
parent
aab93e8479
commit
edd160452e
@ -51,9 +51,6 @@ python.stdenv.mkDerivation (attrs // {
|
|||||||
|
|
||||||
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
|
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
|
||||||
|
|
||||||
# recursivePthLoader is responsible for loading pth files
|
|
||||||
propagatedBuildInputs = propagatedBuildInputs ++ [ recursivePthLoader ];
|
|
||||||
|
|
||||||
buildInputStrings = map toString buildInputs;
|
buildInputStrings = map toString buildInputs;
|
||||||
|
|
||||||
pythonPath = [ setuptools] ++ pythonPath;
|
pythonPath = [ setuptools] ++ pythonPath;
|
||||||
|
Loading…
Reference in New Issue
Block a user