Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 10a25e9b52e1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2b51328002dd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 17, 2019

  1. 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" ];
        };
    xbreak authored and veprbl committed Jun 17, 2019
    Copy the full SHA
    2b51328 View commit details
    Browse the repository at this point in the history