_9pfs: switch to replace-fail

This commit is contained in:
Guy Chronister
2026-04-22 08:13:45 -05:00
parent 60c77a3dc3
commit 433a015b2f
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
};
postPatch = ''
substituteInPlace Makefile --replace "pkg-config" "$PKG_CONFIG"
substituteInPlace Makefile --replace-fail "pkg-config" "$PKG_CONFIG"
'';
makeFlags = [