about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2019-03-28 18:30:07 +0100
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2019-03-28 18:32:29 +0100
commitf075de5c258ee9adfb300c8aee07125948b6f03d (patch)
treec605a9a8857d23fde77252696924a8d9f4fd1688 /doc
parent07b42ccf2de451342982b550657636d891c4ba35 (diff)
downloadnixlib-f075de5c258ee9adfb300c8aee07125948b6f03d.tar
nixlib-f075de5c258ee9adfb300c8aee07125948b6f03d.tar.gz
nixlib-f075de5c258ee9adfb300c8aee07125948b6f03d.tar.bz2
nixlib-f075de5c258ee9adfb300c8aee07125948b6f03d.tar.lz
nixlib-f075de5c258ee9adfb300c8aee07125948b6f03d.tar.xz
nixlib-f075de5c258ee9adfb300c8aee07125948b6f03d.tar.zst
nixlib-f075de5c258ee9adfb300c8aee07125948b6f03d.zip
wafHook: let derivations use an existing waf in a non-standard location
this is necessary for talloc
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 a3990dec052f..4a5c1ba7423a 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -2751,9 +2751,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>