mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
6 lines
102 B
Bash
6 lines
102 B
Bash
addPerlLibPath () {
|
|
addToSearchPath PERL5LIB $1/lib/perl5/site_perl
|
|
}
|
|
|
|
envHooks+=(addPerlLibPath)
|