40 enDictVer = "20121020";
42 url = "https://download.fcitx-im.org/data/en_dict-${enDictVer}.tar.gz";
43 hash = "sha256-xEpdeEeSXuqeTS0EdI1ELNKN2SmaC1cu99kerE9abOs=";
46 stdenv.mkDerivation rec {
50 src = fetchFromGitHub {
54 hash = "sha256-8J2gr2quZvJELd3zzhgwZUowjkOylpM6VZGJ1G3VomI=";
58 ln -s ${enDict} src/modules/spell/$(stripHash ${enDict})
70 extra-cmake-modules # required to please CMake
103 updateScript = ./update.py;
105 inherit (nixosTests) fcitx5;
110 description = "Next generation of fcitx";
111 homepage = "https://github.com/fcitx/fcitx5";
112 license = licenses.lgpl21Plus;
113 mainProgram = "fcitx5";
114 maintainers = with maintainers; [ poscat ];
115 platforms = platforms.linux;