Files
nixpkgs/pkgs/development/interpreters/perl/sys-perl/setup-hook.sh
T
2012-05-07 02:06:29 +00:00

6 lines
133 B
Bash

addPerlLibPath () {
addToSearchPath PERL5LIB $1/lib/perl5/site_perl/5.10/i686-cygwin
}
envHooks=(${envHooks[@]} addPerlLibPath)