6 , gobject-introspection
27 stdenv.mkDerivation rec {
31 src = fetchFromGitHub {
35 sha256 = "sha256-sD6FN8Ql+OhaQuHLCYreoiqSDC+Xf6OlFWUxg7k9SIk=";
39 "-DGOBJECT_INTROSPECTION_GIRDIR=share/gir-1.0"
40 "-DGOBJECT_INTROSPECTION_TYPELIBDIR=lib/girepository-1.0"
41 ] ++ lib.optional (! withGTK2) "-DENABLE_GTK2_IM_MODULE=off";
62 ] ++ lib.optional withGTK2 gtk2;
70 description = "Fcitx5 gtk im module and glib based dbus client library";
71 homepage = "https://github.com/fcitx/fcitx5-gtk";
72 license = licenses.lgpl21Plus;
73 maintainers = with maintainers; [ poscat ];
74 platforms = platforms.linux;