a2ps: switch to replace-fail
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user