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

6 lines
102 B
Bash
Raw Normal View History

2012-09-18 21:12:15 +02:00
addPerlLibPath () {
addToSearchPath PERL5LIB $1/lib/perl5/site_perl
}
2014-07-08 14:20:05 +02:00
envHooks+=(addPerlLibPath)