summaryrefslogtreecommitdiffstats
path: root/pkgs/development/perl-modules
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-08-11 00:42:42 +0000
committervolth <volth@volth.com>2019-10-22 07:07:18 +0000
commit9e60fefc349c9aa52927546e575889615b0f5ed5 (patch)
treec9240723a69e0d2a4a05e4d540b1869ae47d4021 /pkgs/development/perl-modules
parent396190acb1e22d1dc523d7367f0619c113d8d11c (diff)
buildPerlPackage: remove postFixup
It has no effect since system-wide $PERL5LIB removed more than an year ago
Diffstat (limited to 'pkgs/development/perl-modules')
-rw-r--r--pkgs/development/perl-modules/generic/builder.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/perl-modules/generic/builder.sh b/pkgs/development/perl-modules/generic/builder.sh
index 253e7e0bdc74..9b42401fc4dc 100644
--- a/pkgs/development/perl-modules/generic/builder.sh
+++ b/pkgs/development/perl-modules/generic/builder.sh
@@ -25,17 +25,6 @@ preConfigure() {
perl Makefile.PL PREFIX=$out INSTALLDIRS=site $makeMakerFlags PERL=$(type -P perl) FULLPERL=\"$fullperl/bin/perl\"
}
-
-postFixup() {
- # If a user installs a Perl package, she probably also wants its
- # dependencies in the user environment (since Perl modules don't
- # have something like an RPATH, so the only way to find the
- # dependencies is to have them in the PERL5LIB variable).
- if test -e $out/nix-support/propagated-build-inputs; then
- ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages
- fi
-}
-
if test -n "$perlPreHook"; then
eval "$perlPreHook"
fi