13 stdenv.mkDerivation rec {
14 pname = "fcitx5-table-extra";
17 src = fetchFromGitHub {
21 hash = "sha256-no8TDbK88SnuLAz72QK2q2XM5bLdkGd8lkWFwreajO8=";
34 description = "Extra table for Fcitx, including Boshiamy, Zhengma, Cangjie, and Quick";
35 homepage = "https://github.com/fcitx/fcitx5-table-extra";
36 license = licenses.gpl2Only;
37 maintainers = with maintainers; [ poscat ];
38 platforms = platforms.linux;