Skip to content

Commit f1f38d8

Browse files
mjoergbjornfor
authored andcommitted
lcov: wrap llvm2lcov, which was introduced in lcov 2.3
1 parent 8eb4178 commit f1f38d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/lc/lcov/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
4949
'';
5050

5151
postInstall = ''
52-
for f in "$out"/bin/{gen*,lcov,perl2lcov}; do
52+
for f in "$out"/bin/{gen*,lcov,llvm2lcov,perl2lcov}; do
5353
wrapProgram "$f" --set PERL5LIB ${perlPackages.makeFullPerlPath perlDeps}
5454
done
5555
'';

0 commit comments

Comments
 (0)