about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPoscat <poscat@mail.poscat.moe>2020-12-13 11:24:30 +0800
committerPoscat <poscat@mail.poscat.moe>2021-01-10 14:31:06 +0800
commit3dbd3d11e33e824ae6c9d59f6709d0dd838c6f27 (patch)
tree529a454288d2b66d233ff35342384ffea94b63aa /pkgs/top-level
parent208b419ab518cf9fe78ed4817c66edbbff47edcd (diff)
fcitx5-chinese-addons: Init at 5.0.2
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index fcf8bc31c2630..5f7661f5852c0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -3934,6 +3934,8 @@ in
 
   fcitx5 = libsForQt5.callPackage ../tools/inputmethods/fcitx5 { };
 
+  fcitx5-chinese-addons = libsForQt5.callPackage ../tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix { };
+
   fcitx5-configtool = libsForQt5.callPackage ../tools/inputmethods/fcitx5/fcitx5-configtool.nix { };
 
   fcitx5-lua = callPackage ../tools/inputmethods/fcitx5/fcitx5-lua.nix { };