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

(cherry picked from commit f9e9e91587)

Co-authored-by: Joachim Ernst <155722885+helsinki-Jo@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-07-23 15:41:17 +02:00 committed by GitHub
parent 710f204d59
commit ade4958b3f
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
];