6 , gobject-introspection
25 stdenv.mkDerivation rec {
29 src = fetchFromGitHub {
33 sha256 = "sha256-+BzXbZyzC3fvLqysufblk0zK9fAg5jslVdm/v3jz4B4=";
37 "-DGOBJECT_INTROSPECTION_GIRDIR=share/gir-1.0"
38 "-DGOBJECT_INTROSPECTION_TYPELIBDIR=lib/girepository-1.0"
39 ] ++ lib.optional (! withGTK2) "-DENABLE_GTK2_IM_MODULE=off";
58 ] ++ lib.optional withGTK2 gtk2;
66 description = "Fcitx5 gtk im module and glib based dbus client library";
67 homepage = "https://github.com/fcitx/fcitx5-gtk";
68 license = licenses.lgpl21Plus;
69 maintainers = with maintainers; [ poscat ];
70 platforms = platforms.linux;