Commit e3ea0e32 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.mat2: run versionCheckHook

parent 70c7d6b4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";