lol

buildPerlPackage: remove postFixup

It has no effect since system-wide $PERL5LIB removed more than an year ago

volth 9e60fefc 396190ac

-11
-11
pkgs/development/perl-modules/generic/builder.sh
··· 25 25 perl Makefile.PL PREFIX=$out INSTALLDIRS=site $makeMakerFlags PERL=$(type -P perl) FULLPERL=\"$fullperl/bin/perl\" 26 26 } 27 27 28 - 29 - postFixup() { 30 - # If a user installs a Perl package, she probably also wants its 31 - # dependencies in the user environment (since Perl modules don't 32 - # have something like an RPATH, so the only way to find the 33 - # dependencies is to have them in the PERL5LIB variable). 34 - if test -e $out/nix-support/propagated-build-inputs; then 35 - ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages 36 - fi 37 - } 38 - 39 28 if test -n "$perlPreHook"; then 40 29 eval "$perlPreHook" 41 30 fi