Unverified Commit 6e58d8ba authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

catppuccin-fcitx5: fix sed command (#440987)

parents 09fef517 3c1c017c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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