11 stdenv.mkDerivation rec {
12 pname = "fcitx5-table-other";
15 src = fetchFromGitHub {
17 repo = "fcitx5-table-other";
19 sha256 = "sha256-jJTFAOrBeRBoUn0mqqkX0z1zQnDOh7otMHDPmjuZbWw=";
32 description = "Some other tables for Fcitx";
33 homepage = "https://github.com/fcitx/fcitx5-table-other";
34 license = licenses.gpl3Only;
35 maintainers = with maintainers; [ poscat ];
36 platforms = platforms.linux;