about summary refs log tree commit diff
path: root/nixos/modules/virtualisation
diff options
context:
space:
mode:
authorxbreak <xbreak@users.noreply.github.com>2019-06-17 16:23:52 +0200
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-06-17 10:23:52 -0400
commit2b51328002dd38ff706cecd3855cd502d08c76a1 (patch)
tree7fa46cbb7f3df7e11bb32de48c92838b09021248 /nixos/modules/virtualisation
parent10a25e9b52e11da86ea3c1a29e33d871424feb91 (diff)
downloadnixlib-2b51328002dd38ff706cecd3855cd502d08c76a1.tar
nixlib-2b51328002dd38ff706cecd3855cd502d08c76a1.tar.gz
nixlib-2b51328002dd38ff706cecd3855cd502d08c76a1.tar.bz2
nixlib-2b51328002dd38ff706cecd3855cd502d08c76a1.tar.lz
nixlib-2b51328002dd38ff706cecd3855cd502d08c76a1.tar.xz
nixlib-2b51328002dd38ff706cecd3855cd502d08c76a1.tar.zst
nixlib-2b51328002dd38ff706cecd3855cd502d08c76a1.zip
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" ];
    };
Diffstat (limited to 'nixos/modules/virtualisation')
0 files changed, 0 insertions, 0 deletions