mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
doc: Move non-stdenv hooks out of stdenv chapter
This commit is contained in:
parent
5b055190e3
commit
2db8de920e
25 changed files with 199 additions and 168 deletions
4
doc/hooks/perl.section.md
Normal file
4
doc/hooks/perl.section.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
### Perl {#setup-hook-perl}
|
||||
|
||||
Adds the `lib/site_perl` subdirectory of each build input to the `PERL5LIB` environment variable. For instance, if `buildInputs` contains Perl, then the `lib/site_perl` subdirectory of each input is added to the `PERL5LIB` environment variable.
|
Loading…
Add table
Add a link
Reference in a new issue