6 , gobject-introspection
27 stdenv.mkDerivation rec {
31 src = fetchFromGitHub {
35 hash = "sha256-qckaD2VDlXyaXe52PTjYfKIJbsIBRgD5s3b9Oc6l/64=";
38 outputs = [ "out" "dev" ];
41 "-DGOBJECT_INTROSPECTION_GIRDIR=share/gir-1.0"
42 "-DGOBJECT_INTROSPECTION_TYPELIBDIR=lib/girepository-1.0"
43 ] ++ lib.optional (! withGTK2) "-DENABLE_GTK2_IM_MODULE=off";
63 ] ++ lib.optional withGTK2 gtk2;
72 description = "Fcitx5 gtk im module and glib based dbus client library";
73 homepage = "https://github.com/fcitx/fcitx5-gtk";
74 license = licenses.lgpl21Plus;
75 maintainers = with maintainers; [ poscat ];
76 platforms = platforms.linux;