forked from lix-project/lix
Fix preferLocalBuild description
preferLocalBuild does not in fact prevent substitution.
This commit is contained in:
parent
5a1a870849
commit
1109193ea3
|
@ -312,9 +312,7 @@ big = "a very long string";
|
|||
<varlistentry><term><varname>preferLocalBuild</varname></term>
|
||||
|
||||
<listitem><para>If this attribute is set to
|
||||
<literal>true</literal>, it has two effects. First, the
|
||||
derivation will always be built, not substituted, even if a
|
||||
substitute is available. Second, if <link
|
||||
<literal>true</literal> and <link
|
||||
linkend="chap-distributed-builds">distributed building is
|
||||
enabled</link>, then, if possible, the derivaton will be built
|
||||
locally instead of forwarded to a remote machine. This is
|
||||
|
|
Loading…
Reference in a new issue