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

6 lines
102 B
Bash
Raw Normal View History

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