Skip to content

Commit 82f5637

Browse files
mjoergbjornfor
authored andcommitted
lcov: let patchShebangsAuto handle the fixing of the host paths
1 parent f1f38d8 commit 82f5637

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
4444

4545
preBuild = ''
4646
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})
47+
makeFlagsArray=(PREFIX=$out)
4948
'';
5049

5150
postInstall = ''

0 commit comments

Comments
 (0)