11 stdenv.mkDerivation rec {
12 pname = "fcitx5-chewing";
15 src = fetchFromGitHub {
19 sha256 = "sha256-3VC6hp8WN6Ttfw5TcpgjTUYxXJxmU6SUw7ZfjR+Laig=";
34 description = "Chewing wrapper for Fcitx5";
35 homepage = "https://github.com/fcitx/fcitx5-chewing";
36 license = licenses.lgpl21Plus;
37 maintainers = with maintainers; [ xrelkd ];
38 platforms = platforms.linux;