forked from mirrors/nixpkgs
gnome3: re-introduce libsoup dependency (fix many evals)
This commit is contained in:
parent
f33d50c04e
commit
449cfcfa91
|
@ -6,7 +6,7 @@ rec {
|
||||||
libcanberra = pkgs.libcanberra_gtk3; # just to be sure
|
libcanberra = pkgs.libcanberra_gtk3; # just to be sure
|
||||||
inherit (pkgs.gnome2) gnome_common ORBit2;
|
inherit (pkgs.gnome2) gnome_common ORBit2;
|
||||||
orbit = ORBit2;
|
orbit = ORBit2;
|
||||||
|
inherit (pkgs) libsoup;
|
||||||
|
|
||||||
#### Core (http://ftp.acc.umu.se/pub/GNOME/core/)
|
#### Core (http://ftp.acc.umu.se/pub/GNOME/core/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue