about summary refs log tree commit diff
path: root/nixpkgs/doc/hooks/waf.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/hooks/waf.section.md')
-rw-r--r--nixpkgs/doc/hooks/waf.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixpkgs/doc/hooks/waf.section.md b/nixpkgs/doc/hooks/waf.section.md
new file mode 100644
index 000000000000..de65abde4502
--- /dev/null
+++ b/nixpkgs/doc/hooks/waf.section.md
@@ -0,0 +1,4 @@
+
+### wafHook {#wafhook}
+
+Overrides the configure, build, and install phases. This will run the “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.