This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ce0e16f5ea
nixpkgs
/
pkgs
/
development
/
interpreters
/
perl
/
setup-hook.sh
6 lines
102 B
Bash
Raw
Blame
History
addPerlLibPath
(
)
{
addToSearchPath PERL5LIB
$1
/lib/perl5/site_perl
}
envHooks
+=
(
addPerlLibPath
)
Reference in New Issue
View Git Blame
Copy Permalink