3
0
Fork 0
forked from mirrors/nixpkgs

doc/stdenv: document prefixKey

This seems like a useful thing to document
This commit is contained in:
Matthew Bauer 2018-11-18 23:12:06 -06:00
parent b01613c9ce
commit 4621d14b4a

View file

@ -1076,6 +1076,17 @@ passthru = {
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<varname>prefixKey</varname>
</term>
<listitem>
<para>
The key to use when specifying the prefix. By default, this is set to
<option>--prefix=</option> as that is used by the majority of packages.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<varname>dontAddDisableDepTrack</varname>