a98d8aee74
default, but it didn't happen in Nixpkgs because the string "perl" appeared in the prefix, and in that case Perl uses $out/lib. * Enable thread-safe Perl while we're at it. svn path=/nixpkgs/branches/stdenv-updates/; revision=15252
6 lines
116 B
Bash
6 lines
116 B
Bash
addPerlLibPath () {
|
|
addToSearchPath PERL5LIB $1/lib/perl5/site_perl
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addPerlLibPath)
|