mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
waf: make executable runnable (#388010)
This commit is contained in:
parent
9f7eb43375
commit
1da8df70f6
3 changed files with 12 additions and 5 deletions
|
@ -14,7 +14,7 @@ The variables below are exclusive of `wafHook`.
|
|||
|
||||
Location of the `waf` tool. It defaults to `./waf`, to honor software projects that include it directly inside their source trees.
|
||||
|
||||
If `wafPath` doesn't exist, then `wafHook` will copy the `waf` provided from Nixpkgs to it.
|
||||
If the file pointed by `wafPath` doesn't exist, then `waf` provided by Nixpkgs will be used.
|
||||
|
||||
#### `wafFlags` {#waf-flags}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue