brainix/sources/nixpkgs/pkgs/development/interpreters/perl/setup-hook.sh
2026-02-13 17:06:24 +09:00

5 lines
116 B
Bash

addPerlLibPath () {
addToSearchPath PERL5LIB $1/lib/perl5/site_perl
}
addEnvHooks "$hostOffset" addPerlLibPath