mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
5 lines
293 B
Markdown
5 lines
293 B
Markdown
|
|
|||
|
### 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.
|