11 stdenv.mkDerivation rec {
12 pname = "fcitx5-table-extra";
15 src = fetchFromGitHub {
17 repo = "fcitx5-table-extra";
19 sha256 = "sha256-Bqxdi/rjiTKqHLvVFVcQMjz/I0xxTiBgUIRkZjLuK+M=";
32 description = "Extra table for Fcitx, including Boshiamy, Zhengma, Cangjie, and Quick";
33 homepage = "https://github.com/fcitx/fcitx5-table-extra";
34 license = licenses.gpl2Only;
35 maintainers = with maintainers; [ poscat ];
36 platforms = platforms.linux;