gnome3: override libsoup with gnomeSupport = true

Fix Gnome 3 packages broken by fc1077c.
This commit is contained in:
Tobias Geerinckx-Rice 2015-07-27 16:47:15 +02:00
parent 277a85b15c
commit 8129a404f4

View File

@ -34,8 +34,9 @@ let
gamesPackages = with gnome3; [ swell-foop lightsoff iagno ];
inherit (pkgs) libsoup glib gtk2 webkitgtk24x gtk3 gtkmm3 libcanberra;
inherit (pkgs) glib gtk2 webkitgtk24x gtk3 gtkmm3 libcanberra;
inherit (pkgs.gnome2) ORBit2;
libsoup = pkgs.libsoup.override { gnomeSupport = true; };
orbit = ORBit2;
gnome3 = self // { recurseForDerivations = false; };
clutter = pkgs.clutter_1_22;