remove old inactive pth file creation for buildInputs
This commit is contained in:
parent
ed4f0b2657
commit
bfa0495344
@ -90,8 +90,6 @@ python.stdenv.mkDerivation (attrs // {
|
|||||||
''
|
''
|
||||||
wrapPythonPrograms
|
wrapPythonPrograms
|
||||||
|
|
||||||
# these should already be in $name.pth
|
|
||||||
#createBuildInputsPth build-inputs "$buildInputStrings"
|
|
||||||
for inputsfile in propagated-build-inputs propagated-build-native-inputs; do
|
for inputsfile in propagated-build-inputs propagated-build-native-inputs; do
|
||||||
if test -e $out/nix-support/$inputsfile; then
|
if test -e $out/nix-support/$inputsfile; then
|
||||||
createBuildInputsPth $inputsfile "$(cat $out/nix-support/$inputsfile)"
|
createBuildInputsPth $inputsfile "$(cat $out/nix-support/$inputsfile)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user