mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01: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)
|