21 pname = "fcitx5-configtool";
24 src = fetchFromGitHub {
26 repo = "fcitx5-configtool";
28 sha256 = "sha256-kw0KIbS5SVMf6kR/9xsYiChHXQBM0enSVXyh0QfiiPY=";
32 "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
50 ] ++ lib.optionals kcmSupport [
56 description = "Configuration Tool for Fcitx5";
57 homepage = "https://github.com/fcitx/fcitx5-configtool";
58 license = licenses.gpl2Plus;
59 maintainers = with maintainers; [ poscat ];
60 platforms = platforms.linux;