diff options
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 ]; |