Commit 463177b2 authored by Robert Schütz's avatar Robert Schütz Committed by github-actions[bot]
Browse files

surelog: use latest OpenJDK

OpenJDK 11 depends on Python 2.

(cherry picked from commit be1fe08f)
parent 899e7caf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
, python3
, pkg-config
, libuuid
, openjdk11
, openjdk
, gperftools
, flatbuffers
, fetchpatch
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    cmake
    pkg-config
    openjdk11
    openjdk
    (python3.withPackages (p: with p; [
      psutil
      orderedmultidict