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
3ec413cece
nixpkgs
/
pkgs
/
development
/
interpreters
/
perl
/
5.14
/
setup-hook.sh
6 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
* Added Perl 5.14.2. svn path=/nixpkgs/branches/stdenv-updates/; revision=30057
2011-10-27 17:58:25 +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