foundationdb: unpin OpenJDK

This commit is contained in:
Emily
2024-12-30 12:35:34 +00:00
parent e28c146964
commit 3c5ffd9fa4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# This builder is for FoundationDB CMake build system.
{ lib, fetchFromGitHub
, cmake, ninja, python3, openjdk8, mono, pkg-config
, cmake, ninja, python3, openjdk, mono, pkg-config
, msgpack-cxx, toml11, jemalloc, doctest
, gccStdenv, llvmPackages
@@ -41,7 +41,7 @@ let
checkInputs = [ doctest ];
nativeBuildInputs = [ pkg-config cmake ninja python3 openjdk8 mono ]
nativeBuildInputs = [ pkg-config cmake ninja python3 openjdk mono ]
++ lib.optionals useClang [ llvmPackages.lld ];
separateDebugInfo = true;
+1 -1
View File
@@ -8,7 +8,7 @@
cmake,
ninja,
python3,
openjdk8,
openjdk,
mono,
openssl,
boost,