gnome3: add GNOME updatables to the attrset

This commit is contained in:
Jan Tojnar 2018-03-07 19:05:13 +01:00
parent a5147c5220
commit 760b5eeee0
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -52,8 +52,11 @@ let
hitori gnome-taquin
];
inherit (pkgs) glib gtk2 webkitgtk gtk3 gtkmm3 libcanberra-gtk2
inherit (pkgs) atk glib gobjectIntrospection gtk2 webkitgtk gtk3 gtkmm3 libcanberra-gtk2
libgtop libgudev libhttpseverywhere librsvg libsecret gdk_pixbuf
easytag meld orca rhythmbox shotwell
clutter clutter-gst clutter-gtk cogl gtkvnc;
inherit (pkgs.gnome2) ORBit2;
libsoup = pkgs.libsoup.override { gnomeSupport = true; };
libchamplain = pkgs.libchamplain.override { libsoup = libsoup; };