From 18f79cc34fb94f70737cfcee37aa6e799255778c Mon Sep 17 00:00:00 2001 From: Guy Chronister Date: Tue, 21 Apr 2026 12:23:23 -0500 Subject: [PATCH] adwaita-qt: switch to replace-fail --- pkgs/by-name/ad/adwaita-qt/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ad/adwaita-qt/package.nix b/pkgs/by-name/ad/adwaita-qt/package.nix index 7f2ea1b256f1..050e25173927 100644 --- a/pkgs/by-name/ad/adwaita-qt/package.nix +++ b/pkgs/by-name/ad/adwaita-qt/package.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: { postPatch = '' # Fix plugin dir substituteInPlace src/style/CMakeLists.txt \ - --replace "DESTINATION \"\''${QT_PLUGINS_DIR}/styles" "DESTINATION \"$qtPluginPrefix/styles" + --replace-fail "DESTINATION \"\''${QT_PLUGINS_DIR}/styles" "DESTINATION \"$qtPluginPrefix/styles" ''; passthru = {