diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2017-05-29T09·32+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-29T09·32+0200 |
commit | d6064dd19b8941f6b42b54c5d51b3f8848fe89b9 (patch) | |
tree | 522e6632303a7db5a86e13022e34a0e3178a0867 /doc | |
parent | 2740a22d2cf494893ea1dd8d637a544590fe5a48 (diff) | |
parent | 86ea7d15665b7bf2bc018c3bfd91d0a948c8f3be (diff) |
Merge pull request #1393 from pyrtsa/patch-1
Fix variable name typo in derivations doc
Diffstat (limited to 'doc')
-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 ]; |