mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
5 lines
275 B
Markdown
5 lines
275 B
Markdown
|
|
||
|
### 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.
|