8 , cldr-emoji-annotation
36 enDictVer = "20121020";
38 url = "https://download.fcitx-im.org/data/en_dict-${enDictVer}.tar.gz";
39 sha256 = "1svcb97sq7nrywp5f2ws57cqvlic8j6p811d9ngflplj8xw5sjn4";
42 stdenv.mkDerivation rec {
46 src = fetchFromGitHub {
50 sha256 = "sha256-2KGdR1m70Qatidzf/DZuFK3lc1t8z7sxjyhaxuc0Tqg=";
54 ln -s ${enDict} src/modules/spell/dict/$(stripHash ${enDict})
93 passthru.updateScript = ./update.py;
96 description = "Next generation of fcitx";
97 homepage = "https://github.com/fcitx/fcitx5";
98 license = licenses.lgpl21Plus;
99 maintainers = with maintainers; [ poscat ];
100 platforms = platforms.linux;