mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
20ab6cfbf7
svn path=/nixpkgs/branches/stdenv-updates/; revision=30055
5 lines
116 B
Bash
5 lines
116 B
Bash
addPerlLibPath () {
|
|
addToSearchPath PERL5LIB $1/lib/perl5/site_perl
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addPerlLibPath)
|