mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
buck: use jdk8
This commit is contained in:
parent
6efb7252f5
commit
0f14a327a0
@ -10685,7 +10685,9 @@ in
|
||||
wxGTK = wxGTK30;
|
||||
};
|
||||
|
||||
buck = callPackage ../development/tools/build-managers/buck { };
|
||||
buck = callPackage ../development/tools/build-managers/buck {
|
||||
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
};
|
||||
|
||||
buildkite-agent = buildkite-agent3;
|
||||
buildkite-agent2 = throw "pkgs.buildkite-agent2 has been discontinued. Please use pkgs.buildkite-agent (v3.x)";
|
||||
|
Loading…
Reference in New Issue
Block a user