python3Packages.mat2: run versionCheckHook

This commit is contained in:
Robert Schütz
2025-10-25 15:52:38 -07:00
parent 70c7d6b44c
commit e3ea0e3229
@@ -21,6 +21,7 @@
pycairo,
dolphinIntegration ? false,
kdePackages,
versionCheckHook,
}:
buildPythonPackage rec {
@@ -94,6 +95,9 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
meta = {
description = "Handy tool to trash your metadata";
homepage = "https://github.com/jvoisin/mat2";