nixpkgs/pkgs/development/tools/build-managers/bazel
Mathieu Boespflug 06eeb0d158 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.
2018-06-25 12:46:19 +02:00
..
buildtools bazel-buildtools: init at 2018-05-24 2018-05-30 08:01:00 +10:00
0.4.nix bazel_0_4: mark linux only 2018-03-08 22:19:39 +01:00
default.nix bazel: Don't hardcode build tools (#42552) 2018-06-25 12:46:19 +02:00
nix-hacks-0.4.patch bazel: Bump nix-hacks.patch for 0.9. 2018-01-18 10:25:47 -05:00
nix-hacks.patch bazel: Bump nix-hacks.patch for 0.9. 2018-01-18 10:25:47 -05:00