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
..
2018-12-15 00:51:43 -08:00
2019-01-10 18:46:25 +01:00
2018-12-15 13:11:12 +01:00
2018-12-27 13:40:51 +01:00
2018-11-01 11:13:06 -05:00
2018-11-27 16:37:19 -05:00
2018-11-18 17:35:41 +01:00
2018-12-12 00:22:02 +01:00
2018-12-02 23:45:58 -05:00
2018-12-14 08:14:10 -08:00
2018-11-25 18:56:52 +00:00
2018-12-14 05:24:37 -08:00
2019-01-01 12:38:06 -05:00
2019-01-08 21:34:55 -06:00
2018-12-29 13:04:54 +01:00
2018-12-06 00:14:53 +00:00