Remove preferLocalBuild documentation
It's incorrect (preferLocalBuild does not prevent uploading to binary caches) and is not a stdenv attribute (it's already documented in the Nix manual).
This commit is contained in:
parent
95376c9ec2
commit
78090f4f09
@ -618,7 +618,7 @@ let f(h, h + 1, i) = i + h
|
|||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>Variables affecting build properties</title>
|
<title>Attributes affecting build properties</title>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<varname>enableParallelBuilding</varname>
|
<varname>enableParallelBuilding</varname>
|
||||||
@ -637,21 +637,6 @@ let f(h, h + 1, i) = i + h
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
|
||||||
<term>
|
|
||||||
<varname>preferLocalBuild</varname>
|
|
||||||
</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
If set, specifies that the package is so lightweight in terms of build
|
|
||||||
operations (e.g. write a text file from a Nix string to the store) that
|
|
||||||
there's no need to look for it in binary caches -- it's faster to just
|
|
||||||
build it locally. It also tells Hydra and other facilities that this
|
|
||||||
package doesn't need to be exported in binary caches (noone would use it,
|
|
||||||
after all).
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user