blanket: substitute --replace with --replace-fail

This commit is contained in:
Roland Coeurjoly
2024-08-25 18:00:07 +02:00
parent 9f28e30252
commit d58200529d
+1 -1
View File
@@ -53,7 +53,7 @@ python3Packages.buildPythonApplication rec {
postPatch = ''
patchShebangs build-aux/meson/postinstall.py
substituteInPlace build-aux/meson/postinstall.py \
--replace gtk-update-icon-cache gtk4-update-icon-cache
--replace-fail gtk-update-icon-cache gtk4-update-icon-cache
'';
dontWrapGApps = true;