13 stdenv.mkDerivation rec {
14 pname = "fcitx5-hangul";
17 src = fetchFromGitHub {
21 hash = "sha256-+IXsMT87Dc+Ad4r6/U+NLYo+04j+I58Cqz99v4Yr0uc=";
36 inherit (nixosTests) fcitx5;
40 description = "Hangul wrapper for Fcitx5";
41 homepage = "https://github.com/fcitx/fcitx5-hangul";
42 license = licenses.lgpl21Plus;
43 maintainers = with maintainers; [ xrelkd ];
44 platforms = platforms.linux;