THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
jolheiser
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a1cdc2011e
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 08:51:20 +00:00
addPerlLibPath
(
)
{
addToSearchPath PERL5LIB
$1
/lib/perl5/site_perl
}
Cleanup: Use += to append to envHooks
2014-07-08 12:20:05 +00:00
envHooks
+=
(
addPerlLibPath
)
Reference in New Issue
Copy Permalink