about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-04-13 12:04:32 -0400
committerGitHub <noreply@github.com>2019-04-13 12:04:32 -0400
commit59c81160e7df5d5d1b143b1d2e46385debc6bfea (patch)
tree6357d03a315666055aebcda1da18751dbaae229a /doc
parent14a008dba64ab32c677eee005d1cda3fe460b763 (diff)
parenta79a8f29bc509b2d51158846c9562e64e1239b4c (diff)
Merge pull request #58504 from symphorien/static-proot
Static proot, wafHook cross compilation
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 74f815fc1d79c..0435362306ba3 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -2754,9 +2754,9 @@ addEnvHooks "$hostOffset" myBashFunction
      <listitem>
       <para>
        Overrides the configure, build, and install phases. This will run the
-       "waf" script used by many projects. If waf doesn’t exist, it will copy
-       the version of waf available in Nixpkgs wafFlags can be used to pass
-       flags to the waf script.
+       "waf" script used by many projects. If wafPath (default ./waf) doesn’t
+       exist, it will copy the version of waf available in Nixpkgs. wafFlags can
+       be used to pass flags to the waf script.
       </para>
      </listitem>
     </varlistentry>