doc/stdenv: libaries -> libraries (#47011)

This commit corrects a minor typo in the stdenv portion of the
documentation for the nix language.
This commit is contained in:
John Children 2018-09-20 18:45:54 +01:00 committed by Jörg Thalheim
parent 6cf4ecc3d4
commit aec67d299c

View File

@ -2129,7 +2129,7 @@ someVar=$(stripHash $name)
The most typical use of the setup hook is actually to add other hooks which
are then run (i.e. after all the setup hooks) on each dependency. For
example, the C compiler wrapper's setup hook feeds itself flags for each
dependency that contains relevant libaries and headers. This is done by
dependency that contains relevant libraries and headers. This is done by
defining a bash function, and appending its name to one of
<envar>envBuildBuildHooks</envar>`, <envar>envBuildHostHooks</envar>`,
<envar>envBuildTargetHooks</envar>`, <envar>envHostHostHooks</envar>`,