···2525 perl Makefile.PL PREFIX=$out INSTALLDIRS=site $makeMakerFlags PERL=$(type -P perl) FULLPERL=\"$fullperl/bin/perl\"
2626}
27272828-2929-postFixup() {
3030- # If a user installs a Perl package, she probably also wants its
3131- # dependencies in the user environment (since Perl modules don't
3232- # have something like an RPATH, so the only way to find the
3333- # dependencies is to have them in the PERL5LIB variable).
3434- if test -e $out/nix-support/propagated-build-inputs; then
3535- ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages
3636- fi
3737-}
3838-3928if test -n "$perlPreHook"; then
4029 eval "$perlPreHook"
4130fi