11 stdenv.mkDerivation rec {
12 pname = "fcitx5-chewing";
15 src = fetchFromGitHub {
19 hash = "sha256-WSu78k0udlXxiQ1sAqB/LKmVfThxizshH5C9q2CfZLI=";
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;