62676e09eb
I've accidentially reverted setup-hooks while merging with trunk. Correcting it. svn path=/nixpkgs/branches/stdenv-updates/; revision=9821
6 lines
111 B
Bash
6 lines
111 B
Bash
addPerlLibPath () {
|
|
addToSearchPath PERL5LIB /lib/site_perl "" $1
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addPerlLibPath)
|