a2ps: switch to replace-fail

This commit is contained in:
Guy Chronister
2026-04-22 08:13:46 -05:00
parent c9c0cb3234
commit d32e9aee36
+2 -2
View File
@@ -22,8 +22,8 @@ stdenv.mkDerivation (finalAttrs: {
};
postPatch = ''
substituteInPlace afm/make_fonts_map.sh --replace "/bin/rm" "rm"
substituteInPlace tests/defs.in --replace "/bin/rm" "rm"
substituteInPlace afm/make_fonts_map.sh --replace-fail "/bin/rm" "rm"
substituteInPlace tests/defs.in --replace-fail "/bin/rm" "rm"
'';
nativeBuildInputs = [