From f075de5c258ee9adfb300c8aee07125948b6f03d Mon Sep 17 00:00:00 2001 From: Symphorien Gibol Date: Thu, 28 Mar 2019 18:30:07 +0100 Subject: wafHook: let derivations use an existing waf in a non-standard location this is necessary for talloc --- doc/stdenv.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/stdenv.xml b/doc/stdenv.xml index a3990dec052fd..4a5c1ba7423ac 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -2751,9 +2751,9 @@ addEnvHooks "$hostOffset" myBashFunction 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. -- cgit 1.4.1