mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
gnome3: override libsoup with gnomeSupport = true
Fix Gnome 3 packages broken by fc1077c.
This commit is contained in:
parent
277a85b15c
commit
8129a404f4
@ -34,8 +34,9 @@ let
|
|||||||
|
|
||||||
gamesPackages = with gnome3; [ swell-foop lightsoff iagno ];
|
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;
|
inherit (pkgs.gnome2) ORBit2;
|
||||||
|
libsoup = pkgs.libsoup.override { gnomeSupport = true; };
|
||||||
orbit = ORBit2;
|
orbit = ORBit2;
|
||||||
gnome3 = self // { recurseForDerivations = false; };
|
gnome3 = self // { recurseForDerivations = false; };
|
||||||
clutter = pkgs.clutter_1_22;
|
clutter = pkgs.clutter_1_22;
|
||||||
|
Loading…
Reference in New Issue
Block a user