peazip: replace substitute's deprecated --replace

This commit is contained in:
Anna Aurora
2025-08-20 01:52:47 +02:00
parent 3548ae103e
commit 78c93e503c
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
# set it to use compression programs from $PATH
substituteInPlace dev/peach.pas --replace " HSYSBIN = 0;" " HSYSBIN = 2;"
substituteInPlace dev/peach.pas --replace-fail " HSYSBIN = 0;" " HSYSBIN = 2;"
'';
nativeBuildInputs = [