about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-01-27 12:01:23 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-01-27 12:01:23 -0500
commita376d624410b91fed47a17b7b4db39278a9ddb6b (patch)
tree7a352e5a52eaa2d2693805ff21312aec0d5ac047 /doc
parentd7b62cb601b48d0dd8a70fdc4b5169d9492e4ce2 (diff)
nixpkgs/manual: add one more fix for a missed review
Diffstat (limited to 'doc')
-rw-r--r--doc/functions/trivial-builders.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/functions/trivial-builders.xml b/doc/functions/trivial-builders.xml
index c5972d3ea908c..92a07aedb5b9c 100644
--- a/doc/functions/trivial-builders.xml
+++ b/doc/functions/trivial-builders.xml
@@ -67,9 +67,10 @@
    <listitem>
      <para>
        This works just like <literal>runCommand</literal>. The only
-       difference is that it also provides a C compiler for your use.
-       To minimize your dependencies, you should only use this if you
-       are sure you will need a C compiler as part of running your command.
+       difference is that it also provides a C compiler in
+       <literal>buildCommand</literal>’s environment. To minimize your
+       dependencies, you should only use this if you are sure you will
+       need a C compiler as part of running your command.
     </para>
    </listitem>
   </varlistentry>