lcov: let patchShebangsAuto handle the fixing of the host paths

This commit is contained in:
Martin Joerg
2025-06-26 19:47:25 +02:00
committed by Bjørn Forsman
parent f1f38d8d89
commit 82f5637f6e
+1 -2
View File
@@ -44,8 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
preBuild = ''
patchShebangs --build bin/{fix.pl,get_version.sh} tests/*/*
patchShebangs --host bin/{gen*,lcov,perl2lcov}
makeFlagsArray=(PREFIX=$out LCOV_PERL_PATH=${lib.getExe perl})
makeFlagsArray=(PREFIX=$out)
'';
postInstall = ''