Skip to content
Commit 2b513280 authored by xbreak's avatar xbreak Committed by Dmitry Kalinkin
Browse files

waf: Added support for optional extra tools (#63042)

The list of tools `withTools` are included as extra tools when building
waf.

Example:

    mywaf = callPackage ../development/tools/build-managers/waf {
      python = python3;
      withTools = [ "doxygen" ];
    };
parent 10a25e9b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment