This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-01-23 21:33:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c396360b7b
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