openjdk22: add version test

This commit is contained in:
José Luis Lafuente 2024-09-06 16:51:39 +02:00 committed by Doron Behar
parent b130d400f0
commit b839e6963f

View File

@ -42,6 +42,7 @@
, gtk3
, glib
, writeShellScript
, versionCheckHook
}:
let
@ -254,6 +255,13 @@ stdenv.mkDerivation (finalAttrs: {
pos = __curPos;
meta = import ./meta.nix lib featureVersion;
nativeInstallCheckInputs = [
versionCheckHook
];
versionCheckProgram = "${placeholder "out"}/bin/java";
doInstallCheck = true;
passthru = {
updateScript =
let