From 9679a1216ecb95b1b4b4f93a21d7b220307b17a7 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sat, 26 Aug 2023 18:24:24 -0300 Subject: [PATCH] doc/hooks/waf.section.md: update - change wafConfigureFlags to configureFlags - explain wafFlags --- doc/hooks/waf.section.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/hooks/waf.section.md b/doc/hooks/waf.section.md index 8dc78121cd9d..5e79b8bb3066 100644 --- a/doc/hooks/waf.section.md +++ b/doc/hooks/waf.section.md @@ -12,13 +12,9 @@ Location of the `waf` tool. It defaults to `./waf`, to honor software projects t If `wafPath` doesn't exist, then `waf.hook` will copy the `waf` provided from Nixpkgs to it. -### `wafConfigureFlags` {#wafConfigureFlags} - -Controls the flags passed to waf tool during configure phase. - ### `wafFlags` {#wafFlags} -Controls the flags passed to waf tool during build and install phases. +Controls the flags passed to waf tool during build and install phases. For settings specific to build or install phases, use `buildFlags` or `installFlags` respectively. ### `dontAddWafCrossFlags` {#dontAddWafCrossFlags} @@ -41,6 +37,7 @@ When set to true, don't use the predefined `wafInstallPhase`. The following variables commonly used by `stdenv.mkDerivation` are also honored by `waf.hook`. - `prefixKey` +- `configureFlags` - `configureTargets` - `enableParallelBuilding` - `enableParallelInstalling`