bazel_jdk11: remove.

This package is redundant, since Bazel (since the upgrade to v0.20.0),
now uses JDK 11 as the runtime JDK.
This commit is contained in:
Mathieu Boespflug 2018-12-09 15:54:10 +01:00 committed by Profpatsch
parent 6f5014e0ae
commit 8d8b443ce2

View file

@ -8299,11 +8299,6 @@ in
inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Foundation;
runJdk = jdk11;
};
bazel_jdk11 = callPackage ../development/tools/build-managers/bazel {
inherit (darwin) cctools;
inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Foundation;
runJdk = jdk11;
};
bazel-buildtools = callPackage ../development/tools/build-managers/bazel/buildtools { };
buildifier = bazel-buildtools;