This website requires JavaScript.
Explore
Help
Sign in
cafkafk
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
e3f7dbbac8
nixpkgs
/
pkgs
/
development
/
interpreters
/
perl
/
5.16
/
setup-hook.sh
6 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
perl: Add 5.16.1
2012-09-18 21:12:15 +02:00
addPerlLibPath
(
)
{
addToSearchPath PERL5LIB
$1
/lib/perl5/site_perl
}
Cleanup: Use += to append to envHooks
2014-07-08 14:20:05 +02:00
envHooks
+=
(
addPerlLibPath
)
Reference in a new issue
Copy permalink