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

6 lines
102 B
Bash
Raw Normal View History

2014-06-25 08:51:20 +00:00
addPerlLibPath () {
addToSearchPath PERL5LIB $1/lib/perl5/site_perl
}
2014-07-08 12:20:05 +00:00
envHooks+=(addPerlLibPath)