lcov: wrap llvm2lcov, which was introduced in lcov 2.3

This commit is contained in:
Martin Joerg
2025-06-26 19:47:25 +02:00
committed by Bjørn Forsman
parent 8eb4178ed4
commit f1f38d8d89
+1 -1
View File
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
postInstall = ''
for f in "$out"/bin/{gen*,lcov,perl2lcov}; do
for f in "$out"/bin/{gen*,lcov,llvm2lcov,perl2lcov}; do
wrapProgram "$f" --set PERL5LIB ${perlPackages.makeFullPerlPath perlDeps}
done
'';