mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
kerberos/heimdal: use jdk_headless in nativeCheckInputs (#329158)
This commit is contained in:
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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user