catppuccin-fcitx5: fix sed command (#440987)

This commit is contained in:
Nick Cao
2025-09-08 16:32:44 -04:00
committed by GitHub
@@ -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