openjdk22: add version test

This commit is contained in:
José Luis Lafuente
2024-09-09 09:04:42 +03:00
committed by Doron Behar
parent b130d400f0
commit b839e6963f
@@ -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