forked from lix-project/lix
Merge pull request #1393 from pyrtsa/patch-1
Fix variable name typo in derivations doc
This commit is contained in:
commit
d6064dd19b
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue