From 42d49b47bad81a37366779dd8bf53dc508ec07e5 Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Thu, 10 Jan 2013 12:50:17 +0100 Subject: [PATCH] comment unneeded buildInputStrings --- pkgs/development/python-modules/generic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/generic/default.nix b/pkgs/development/python-modules/generic/default.nix index 527d4f3108f1..d650116ada9a 100644 --- a/pkgs/development/python-modules/generic/default.nix +++ b/pkgs/development/python-modules/generic/default.nix @@ -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;