14 stdenv.mkDerivation rec {
15 pname = "fcitx5-anthy";
19 url = "https://download.fcitx-im.org/fcitx5/fcitx5-anthy/${pname}-${version}.tar.zst";
20 hash = "sha256-heSO2eArdSnOmIg7JG8vOo5y3g5dSPOuXkUfeNqKzSA=";
36 description = "Anthy Wrapper for Fcitx5";
37 homepage = "https://github.com/fcitx/fcitx5-anthy";
38 license = licenses.gpl2Plus;
39 maintainers = with maintainers; [ elnudev ];
40 platforms = platforms.linux;