Merge pull request #113898 from ck3d/ck3d-fix-bup-par2

bup: Fix par2 path patching

authored by Lassulus and committed by GitHub 9279d307 f956dd3f

+1 -2
+1 -2
pkgs/tools/backup/bup/default.nix
··· 31 31 postPatch = '' 32 32 patchShebangs . 33 33 substituteInPlace Makefile --replace "-Werror" "" 34 - substituteInPlace Makefile --replace "./format-subst.pl" "${perl}/bin/perl ./format-subst.pl" 35 34 '' + optionalString par2Support '' 36 - substituteInPlace cmd/fsck-cmd.py --replace "['par2'" "['${par2cmdline}/bin/par2'" 35 + substituteInPlace cmd/fsck-cmd.py --replace "'par2'" "'${par2cmdline}/bin/par2'" 37 36 ''; 38 37 39 38 dontAddPrefix = true;