about summary refs log tree commit diff
path: root/doc/manual/expressions
diff options
context:
space:
mode:
authorPyry Jahkola <pyry.jahkola@iki.fi>2017-05-28T12·48+0300
committerGitHub <noreply@github.com>2017-05-28T12·48+0300
commit86ea7d15665b7bf2bc018c3bfd91d0a948c8f3be (patch)
tree96945f63920eddc3c489258bd60b9a3a1af28e4a /doc/manual/expressions
parenta7e55151a8d45d987ca42ba318c44ed3ccdeecca (diff)
Fix variable name typo in derivations doc
Diffstat (limited to 'doc/manual/expressions')
-rw-r--r--doc/manual/expressions/derivations.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/expressions/derivations.xml b/doc/manual/expressions/derivations.xml
index 5efe2213e3..6f6297565c 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 ];