39 enDictVer = "20121020";
41 url = "https://download.fcitx-im.org/data/en_dict-${enDictVer}.tar.gz";
42 hash = "sha256-xEpdeEeSXuqeTS0EdI1ELNKN2SmaC1cu99kerE9abOs=";
45 stdenv.mkDerivation rec {
49 src = fetchFromGitHub {
53 hash = "sha256-8J2gr2quZvJELd3zzhgwZUowjkOylpM6VZGJ1G3VomI=";
57 ln -s ${enDict} src/modules/spell/$(stripHash ${enDict})
98 updateScript = ./update.py;
100 inherit (nixosTests) fcitx5;
105 description = "Next generation of fcitx";
106 homepage = "https://github.com/fcitx/fcitx5";
107 license = licenses.lgpl21Plus;
108 maintainers = with maintainers; [ poscat ];
109 platforms = platforms.linux;