mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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:
parent
6f5014e0ae
commit
8d8b443ce2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user