acme: switch to replace-fail

This commit is contained in:
Guy Chronister
2026-04-22 08:13:49 -05:00
parent 9a22b1dc36
commit 585975b552
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
substituteInPlace Makefile \
--replace "= gcc" "?= gcc"
--replace-fail "= gcc" "?= gcc"
'';
enableParallelBuilding = true;