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: be9240bfd613
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 06eeb0d15882
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 25, 2018

  1. bazel: Don't hardcode build tools (#42552)

    Bazel is a build tool, much like Make and many others. Like Make, it
    should be agnostic to the compiler toolchains the user brings into
    scope. Bazel has special rules that encode domain specific knowledge
    for how to compile a C++ program, or indeed a Java program and a few
    others. But that's not to say that at runtime Bazel should assume
    a specific C++ compiler or Java compiler anymore than Make does.
    
    The main impact of this change is that packages that build with Bazel
    will have to list the compilers they want in their `buildInputs` or
    similar, rather than relying on the `bazel` package pulling them in
    transitively.
    mboes authored and xeji committed Jun 25, 2018
    Copy the full SHA
    06eeb0d View commit details
    Browse the repository at this point in the history