From 7a63ba87b551df39f238e8494fcea404e5f1f44b Mon Sep 17 00:00:00 2001 From: Vonfry Date: Thu, 26 Jan 2023 11:03:23 +0800 Subject: [PATCH] fcitx-engines.rime: mark as broken this package is deprecated, please use fcitx5 instead. and it cannot be built with the new version of librime --- pkgs/tools/inputmethods/fcitx-engines/fcitx-rime/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/tools/inputmethods/fcitx-engines/fcitx-rime/default.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-rime/default.nix index 42c02fe003d7..65363b262706 100644 --- a/pkgs/tools/inputmethods/fcitx-engines/fcitx-rime/default.nix +++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-rime/default.nix @@ -30,5 +30,8 @@ stdenv.mkDerivation rec { license = licenses.gpl2; platforms = platforms.linux; maintainers = with maintainers; [ sifmelcara ]; + # this package is deprecated, please use fcitx5 instead. + # and it cannot be built with the new version of librime + broken = true; }; }