summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorKevin Liu <kevin@potatofrom.space>2018-10-06 21:08:07 -0400
committerKevin Liu <kevin@potatofrom.space>2018-11-16 15:55:03 -0500
commit624966ab69de87d307ed9912af892c596a65b1b7 (patch)
treec32a248d00ef60ff2499a44401cd179135efd44d /pkgs/top-level
parent95dee0d721cdc1869a1eb57680851da07a6cdd56 (diff)
downloadnixpkgs-624966ab69de87d307ed9912af892c596a65b1b7.tar
nixpkgs-624966ab69de87d307ed9912af892c596a65b1b7.tar.gz
nixpkgs-624966ab69de87d307ed9912af892c596a65b1b7.tar.bz2
nixpkgs-624966ab69de87d307ed9912af892c596a65b1b7.tar.lz
nixpkgs-624966ab69de87d307ed9912af892c596a65b1b7.tar.xz
nixpkgs-624966ab69de87d307ed9912af892c596a65b1b7.tar.zst
nixpkgs-624966ab69de87d307ed9912af892c596a65b1b7.zip
ibus-table-chinese: init at 1.8.2
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index f65ed6d6f60..3cc7427d9d5 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1995,6 +1995,10 @@ with pkgs;
       inherit (gnome3) dconf;
     };
 
+    table-chinese = callPackage ../tools/inputmethods/ibus-engines/ibus-table-chinese {
+      ibus-table = ibus-engines.table;
+    };
+
     table-others = callPackage ../tools/inputmethods/ibus-engines/ibus-table-others {
       ibus-table = ibus-engines.table;
     };