afuse: replace -> replace-fail

This commit is contained in:
Austin Horstman
2024-11-05 14:17:17 -06:00
parent 265c6a8046
commit 0d204871a0
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
# Fix the build on macOS with macFUSE installed
substituteInPlace configure.ac --replace \
substituteInPlace configure.ac --replace-fail \
'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH' \
""
'';