itstool: add versionCheckHook
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user