diff options
author | Pyry Jahkola <pyry.jahkola@iki.fi> | 2017-05-28T12·48+0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-28T12·48+0300 |
commit | 86ea7d15665b7bf2bc018c3bfd91d0a948c8f3be (patch) | |
tree | 96945f63920eddc3c489258bd60b9a3a1af28e4a /doc/manual/expressions/derivations.xml | |
parent | a7e55151a8d45d987ca42ba318c44ed3ccdeecca (diff) |
Fix variable name typo in derivations doc
Diffstat (limited to 'doc/manual/expressions/derivations.xml')
-rw-r--r-- | doc/manual/expressions/derivations.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/expressions/derivations.xml b/doc/manual/expressions/derivations.xml index 5efe2213e370..6f6297565ca2 100644 --- a/doc/manual/expressions/derivations.xml +++ b/doc/manual/expressions/derivations.xml @@ -100,7 +100,7 @@ outputs = [ "lib" "headers" "doc" ]; <programlisting> buildInputs = [ pkg.lib pkg.headers ]; </programlisting> - The first element of <varname>output</varname> determines the + The first element of <varname>outputs</varname> determines the <emphasis>default output</emphasis>. Thus, you could also write <programlisting> buildInputs = [ pkg pkg.headers ]; |