Unverified Commit f9e9e915 authored by Joachim Ernst's avatar Joachim Ernst Committed by GitHub
Browse files

kerberos/heimdal: use jdk_headless in nativeCheckInputs (#329158)

parent be710ead
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
, SystemConfiguration

, curl
, jdk
, jdk_headless
, unzip
, which

@@ -83,7 +83,7 @@ stdenv.mkDerivation {
  doCheck = true;
  nativeCheckInputs = [
    curl
    jdk
    jdk_headless
    unzip
    which
  ];