Commit 65521f72 authored by Anund's avatar Anund
Browse files

fcitx: remove deprecation message ambiguity

parent 450a3e8b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -511,9 +511,9 @@ mapAliases ({
  fuse2fs = if stdenv.isLinux then e2fsprogs.fuse2fs else null; # Added 2022-03-27 preserve, reason: convenience, arch has a package named fuse2fs too.
  fwupdate = throw "fwupdate was merged into fwupd"; # Added 2020-05-19

  fcitx = throw "fcitx4 is deprecated, please use fcitx5 instead."; # Added 2023-03-13
  fcitx-engines = throw "fcitx4 is deprecated, please use fcitx5 instead."; # Added 2023-03-13
  fcitx-configtools = throw "fcitx4 is deprecated, please use fcitx5 instead."; # Added 2023-03-13
  fcitx = throw "fcitx is deprecated, please use fcitx5 instead."; # Added 2023-03-13
  fcitx-engines = throw "fcitx-engines is deprecated, please use fcitx5 instead."; # Added 2023-03-13
  fcitx-configtool = throw "fcitx-configtool is deprecated, please use fcitx5 instead."; # Added 2023-03-13

  ### G ###