Skip to content

Commit

Permalink
Merge pull request #74506 from waiting-for-dev/dontInstall
Browse files Browse the repository at this point in the history
doc/stdenv: Add docs for 'dontInstall' variable
  • Loading branch information
mmahut committed Dec 10, 2019
2 parents e993cd5 + 9c68888 commit 67def7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/stdenv/stdenv.xml
Expand Up @@ -1123,6 +1123,16 @@ preBuild = ''

<variablelist>
<title>Variables controlling the install phase</title>
<varlistentry>
<term>
<varname>dontInstall</varname>
</term>
<listitem>
<para>
Set to true to skip the install phase.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<varname>makeFlags</varname> / <varname>makeFlagsArray</varname> / <varname>makefile</varname>
Expand Down

0 comments on commit 67def7c

Please sign in to comment.