doc: Move non-stdenv hooks out of stdenv chapter

This commit is contained in:
Robert Hensing 2022-10-13 15:36:04 +02:00
parent 5b055190e3
commit 2db8de920e
25 changed files with 199 additions and 168 deletions

View 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.