nixpkgs/manual: add one more fix for a missed review

This commit is contained in:
Matthew Bauer 2019-01-27 12:01:23 -05:00
parent d7b62cb601
commit a376d62441

View File

@ -67,9 +67,10 @@
<listitem> <listitem>
<para> <para>
This works just like <literal>runCommand</literal>. The only This works just like <literal>runCommand</literal>. The only
difference is that it also provides a C compiler for your use. difference is that it also provides a C compiler in
To minimize your dependencies, you should only use this if you <literal>buildCommand</literal>s environment. To minimize your
are sure you will need a C compiler as part of running your command. dependencies, you should only use this if you are sure you will
need a C compiler as part of running your command.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>