We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb4178 commit f1f38d8Copy full SHA for f1f38d8
pkgs/by-name/lc/lcov/package.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
49
'';
50
51
postInstall = ''
52
- for f in "$out"/bin/{gen*,lcov,perl2lcov}; do
+ for f in "$out"/bin/{gen*,lcov,llvm2lcov,perl2lcov}; do
53
wrapProgram "$f" --set PERL5LIB ${perlPackages.makeFullPerlPath perlDeps}
54
done
55
0 commit comments