lcov: wrap llvm2lcov, which was introduced in lcov 2.3
This commit is contained in:
committed by
Bjørn Forsman
parent
8eb4178ed4
commit
f1f38d8d89
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user