13 stdenv.mkDerivation rec {
14 pname = "fcitx5-table-other";
17 src = fetchFromGitHub {
21 hash = "sha256-hIUzVc3Bs1zGvM/+R72NigU997Wmm++ZDxnzP+YpX1w=";
34 description = "Some other tables for Fcitx";
35 homepage = "https://github.com/fcitx/fcitx5-table-other";
36 license = licenses.gpl3Only;
37 maintainers = with maintainers; [ poscat ];
38 platforms = platforms.linux;