comment unneeded buildInputStrings
This commit is contained in:
parent
a8e52f19f5
commit
42d49b47ba
|
@ -56,7 +56,7 @@ python.stdenv.mkDerivation (attrs // {
|
|||
# recursivePthLoader is responsible for loading pth files
|
||||
propagatedBuildInputs = propagatedBuildInputs ++ [ recursivePthLoader ];
|
||||
|
||||
buildInputStrings = map toString buildInputs;
|
||||
#buildInputStrings = map toString buildInputs;
|
||||
|
||||
pythonPath = [ setuptools ] ++ pythonPath;
|
||||
|
||||
|
|
Loading…
Reference in New Issue