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

6 lines
133 B
Bash
Raw Normal View History

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