peazip: replace substitute's deprecated --replace

+1 -1
+1 -1
pkgs/by-name/pe/peazip/package.nix
··· 36 37 postPatch = '' 38 # set it to use compression programs from $PATH 39 - substituteInPlace dev/peach.pas --replace " HSYSBIN = 0;" " HSYSBIN = 2;" 40 ''; 41 42 nativeBuildInputs = [
··· 36 37 postPatch = '' 38 # set it to use compression programs from $PATH 39 + substituteInPlace dev/peach.pas --replace-fail " HSYSBIN = 0;" " HSYSBIN = 2;" 40 ''; 41 42 nativeBuildInputs = [