manual: mention symlinkJoin in multiple-outputs section
This commit is contained in:
parent
d239113bb0
commit
ed14571181
|
@ -101,6 +101,13 @@
|
||||||
contain <varname>$outputBin</varname> and <varname>$outputLib</varname> are
|
contain <varname>$outputBin</varname> and <varname>$outputLib</varname> are
|
||||||
also added. (See <xref linkend="multiple-output-file-type-groups" />.)
|
also added. (See <xref linkend="multiple-output-file-type-groups" />.)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
In some cases it may be desirable to combine different outputs under a
|
||||||
|
single store path. A function <literal>symlinkJoin</literal> can be used to
|
||||||
|
do this. (Note that it may negate some closure size benefits of using a
|
||||||
|
multiple-output package.)
|
||||||
|
</para>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<title>Writing a split derivation</title>
|
<title>Writing a split derivation</title>
|
||||||
|
|
Loading…
Reference in New Issue