12 stdenv.mkDerivation rec {
13 pname = "fcitx5-unikey";
16 src = fetchFromGitHub {
18 repo = "fcitx5-unikey";
20 hash = "sha256-CcyDK+knBXh2P+g3aB0Cv8F5BX7uCRbYwHjMEYo9k8A=";
36 (lib.cmakeBool "USE_QT6" (lib.versions.major qtbase.version == "6"))
39 dontWrapQtApps = true;
42 description = "Unikey engine support for Fcitx5";
43 homepage = "https://github.com/fcitx/fcitx5-unikey";
44 license = licenses.gpl2Plus;
45 maintainers = with maintainers; [ berberman ];
46 platforms = platforms.linux;