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