This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e93d92d391
nixpkgs
/
pkgs
/
development
/
interpreters
/
perl
/
setup-hook.sh
6 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
perl: Add 5.20.0
2014-06-25 09:51:20 +01:00
addPerlLibPath
(
)
{
addToSearchPath PERL5LIB
$1
/lib/perl5/site_perl
}
Cleanup: Use += to append to envHooks
2014-07-08 13:20:05 +01:00
envHooks
+=
(
addPerlLibPath
)
Reference in New Issue
Copy Permalink