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 f1f38d8 commit 82f5637Copy full SHA for 82f5637
pkgs/by-name/lc/lcov/package.nix
@@ -44,8 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
44
45
preBuild = ''
46
patchShebangs --build bin/{fix.pl,get_version.sh} tests/*/*
47
- patchShebangs --host bin/{gen*,lcov,perl2lcov}
48
- makeFlagsArray=(PREFIX=$out LCOV_PERL_PATH=${lib.getExe perl})
+ makeFlagsArray=(PREFIX=$out)
49
'';
50
51
postInstall = ''
0 commit comments