Commit 74c78f98 authored by Martin Joerg's avatar Martin Joerg Committed by Bjørn Forsman
Browse files

lcov: add versionCheckHook

parent 27309c13
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  python3,
  perlPackages,
  makeWrapper,
  versionCheckHook,
}:

let
@@ -58,6 +59,12 @@ stdenv.mkDerivation (finalAttrs: {
    done
  '';

  doInstallCheck = true;

  versionCheckProgramArg = "--version";

  nativeInstallCheckInputs = [ versionCheckHook ];

  meta = {
    description = "Code coverage tool that enhances GNU gcov";