itstool: add versionCheckHook

This commit is contained in:
Stefan Frijters
2025-04-01 16:04:09 +02:00
parent 08ba5fa492
commit f0a2fe518f
+4
View File
@@ -5,6 +5,7 @@
fetchpatch,
python3,
autoreconfHook,
versionCheckHook,
}:
stdenv.mkDerivation rec {
@@ -49,6 +50,9 @@ stdenv.mkDerivation rec {
wrapPythonPrograms
'';
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
meta = {
homepage = "https://itstool.org/";
description = "XML to PO and back again";