mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
a78d2f55fb
Perl packages for $PERL5LIB. svn path=/nixpkgs/trunk/; revision=34061
6 lines
108 B
Bash
6 lines
108 B
Bash
addPerlLibPath () {
|
|
addToSearchPath PERL5LIB $1/@libPrefix@
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addPerlLibPath)
|