mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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
|
# recursivePthLoader is responsible for loading pth files
|
||||||
propagatedBuildInputs = propagatedBuildInputs ++ [ recursivePthLoader ];
|
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