openttd: add versionCheckHook

This commit is contained in:
Stefan Frijters
2026-01-24 23:35:57 +01:00
parent 1db0a6fbae
commit c4fecda602
+4
View File
@@ -36,6 +36,7 @@
libjack2,
makeWrapper,
buildPackages,
versionCheckHook,
}:
let
@@ -112,6 +113,9 @@ stdenv.mkDerivation (finalAttrs: {
libjack2
];
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
strictDeps = true;
postPatch = ''