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

This commit is contained in:
Joachim Ernst
2024-07-23 14:27:42 +02:00
committed by GitHub
parent be710ead50
commit f9e9e91587
@@ -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
];