lcov: add versionCheckHook

This commit is contained in:
Martin Joerg
2025-06-26 19:47:25 +02:00
committed by Bjørn Forsman
parent 27309c1399
commit 74c78f981f
+7
View File
@@ -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";