nixpkgs/pkgs/development/tools/build-managers/bazel
Profpatsch 9e9fec640e bazel: 0.20.0 -> 0.21.0
0.21 removed the bundled openjdk-distribution. Instead, tries to fetch
the “right” distribution on-the-fly when building.
So we need to provide our own openjdk.

According to
https://github.com/bazelbuild/bazel/issues/6865#issuecomment-447261288
we should set `--host_javabase="@local_jdk//:jdk` if we want to do
that. This uses the jdk that is currently in the environment, which is
openjdk 8 in our case. 0.21 defaulted to a toolchain for JDK9, which
we don’t package in nixpkgs, so we use the JDK8 toolchain.

This commit also replaces the line-number-based sed invocations with
something more stable.
2019-01-10 18:46:25 +01:00
..
bazel-deps bazel-deps: 2018-08-16 -> 2018-11-01 2018-11-04 20:26:07 +11:00
buildtools bazel-buildtools: upgrade to 2018-10-11 (#48243) 2018-10-14 17:08:33 +02:00
0.4.nix bazel_0_4: mark as broken 2018-08-07 16:53:36 +02:00
default.nix bazel: 0.20.0 -> 0.21.0 2019-01-10 18:46:25 +01: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