From 3c1c017c51ec03046f95f035f3e41e224d479f08 Mon Sep 17 00:00:00 2001 From: winston Date: Sun, 7 Sep 2025 18:30:33 +0200 Subject: [PATCH] catppuccin-fcitx5: fix sed command --- pkgs/by-name/ca/catppuccin-fcitx5/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ca/catppuccin-fcitx5/package.nix b/pkgs/by-name/ca/catppuccin-fcitx5/package.nix index bc719eb21095..93b0e4e660bd 100644 --- a/pkgs/by-name/ca/catppuccin-fcitx5/package.nix +++ b/pkgs/by-name/ca/catppuccin-fcitx5/package.nix @@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation { runHook preInstall '' + lib.optionalString withRoundedCorners '' - find src -name theme.conf -exec sed -iE 's/^# (Image=(panel|highlight).svg)/\1/' {} + + find src -name theme.conf -exec sed -i -E 's/^# (Image=(panel|highlight).svg)/\1/' {} + '' + '' mkdir -p $out/share/fcitx5