mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
6 lines
116 B
Bash
6 lines
116 B
Bash
|
addPerlLibPath () {
|
||
|
addToSearchPath PERL5LIB $1/lib/perl5/site_perl
|
||
|
}
|
||
|
|
||
|
envHooks=(${envHooks[@]} addPerlLibPath)
|