kerberos/heimdal: use jdk_headless in nativeCheckInputs (#329158)
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user