12 stdenv.mkDerivation rec {
13 pname = "fcitx5-unikey";
16 src = fetchFromGitHub {
18 repo = "fcitx5-unikey";
20 sha256 = "sha256-pFFxTk97m/ThSrJglY+tSjjKCzXbj2EukdPg8fckoDU=";
23 nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];
25 buildInputs = [ fcitx5 fcitx5-qt gettext ];
28 description = "Unikey engine support for Fcitx5";
29 homepage = "https://github.com/fcitx/fcitx5-unikey";
30 license = licenses.gpl2Plus;
31 maintainers = with maintainers; [ berberman ];
32 platforms = platforms.linux;