29 stdenv.mkDerivation rec {
33 src = fetchFromGitHub {
37 hash = "sha256-qckaD2VDlXyaXe52PTjYfKIJbsIBRgD5s3b9Oc6l/64=";
46 "-DGOBJECT_INTROSPECTION_GIRDIR=share/gir-1.0"
47 "-DGOBJECT_INTROSPECTION_TYPELIBDIR=lib/girepository-1.0"
48 ] ++ lib.optional (!withGTK2) "-DENABLE_GTK2_IM_MODULE=off";
68 ] ++ lib.optional withGTK2 gtk2;
77 description = "Fcitx5 gtk im module and glib based dbus client library";
78 homepage = "https://github.com/fcitx/fcitx5-gtk";
79 license = licenses.lgpl21Plus;
80 maintainers = with maintainers; [ poscat ];
81 platforms = platforms.linux;