abuild: switch to replace-fail

This commit is contained in:
Guy Chronister
2026-04-22 08:13:48 -05:00
parent d5f7e342ad
commit 37a838bbc0
+2 -2
View File
@@ -53,8 +53,8 @@ stdenv.mkDerivation (finalAttrs: {
patchPhase = ''
substituteInPlace ./Makefile \
--replace 'chmod 4555' '#chmod 4555' \
--replace 'pkg-config' "$PKG_CONFIG"
--replace-fail 'chmod 4555' '#chmod 4555' \
--replace-fail 'pkg-config' "$PKG_CONFIG"
'';
makeFlags = [