From bfa0495344d4236edc51ca3e3d065e6d7c98d5ca Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Tue, 15 Jan 2013 17:52:53 +0100 Subject: [PATCH] remove old inactive pth file creation for buildInputs --- pkgs/development/python-modules/generic/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/generic/default.nix b/pkgs/development/python-modules/generic/default.nix index c7157110758..8a70741c36b 100644 --- a/pkgs/development/python-modules/generic/default.nix +++ b/pkgs/development/python-modules/generic/default.nix @@ -90,8 +90,6 @@ python.stdenv.mkDerivation (attrs // { '' wrapPythonPrograms - # these should already be in $name.pth - #createBuildInputsPth build-inputs "$buildInputStrings" for inputsfile in propagated-build-inputs propagated-build-native-inputs; do if test -e $out/nix-support/$inputsfile; then createBuildInputsPth $inputsfile "$(cat $out/nix-support/$inputsfile)"