14 stdenv.mkDerivation rec {
15 pname = "fcitx5-m17n";
18 src = fetchFromGitHub {
22 sha256 = "sha256-u4rW89ofuKYCn+NcvdIy0eU+lZ7Lp9kp/d0NdHW2V1s=";
40 description = "m17n support for Fcitx5";
41 homepage = "https://github.com/fcitx/fcitx5-m17n";
42 license = licenses.lgpl21Plus;
43 maintainers = with maintainers; [ Technical27 ];
44 platforms = platforms.linux;