depot/third_party/nixpkgs/pkgs/development/interpreters/perl/setup-hook.sh

6 lines
116 B
Bash
Raw Normal View History

addPerlLibPath () {
addToSearchPath PERL5LIB $1/lib/perl5/site_perl
}
addEnvHooks "$hostOffset" addPerlLibPath