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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
];