lcov: let patchShebangsAuto handle the fixing of the host paths
This commit is contained in:
committed by
Bjørn Forsman
parent
f1f38d8d89
commit
82f5637f6e
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user