Fix preferLocalBuild description

preferLocalBuild does not in fact prevent substitution.
This commit is contained in:
Eelco Dolstra 2018-11-07 11:37:43 +01:00
parent 5a1a870849
commit 1109193ea3
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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