gnome3: add glib-networking gio modules

With glib-networking, epiphany and other gnome apps
can access https and other networking protocols.
This commit is contained in:
Luca Bruno 2014-04-04 23:21:38 +02:00
parent 4ab58240a9
commit 671e346eb2

View file

@ -43,7 +43,8 @@ in {
'';
};
environment.variables.GIO_EXTRA_MODULES = [ "${gnome3.dconf}/lib/gio/modules" ];
environment.variables.GIO_EXTRA_MODULES = [ "${gnome3.dconf}/lib/gio/modules"
"${pkgs.glib_networking}/lib/gio/modules" ];
environment.systemPackages =
[ gnome3.evince
gnome3.eog
@ -54,6 +55,7 @@ in {
gnome3.gucharmap
gnome3.nautilus
gnome3.yelp
pkgs.glib_networking
pkgs.ibus
gnome3.gnome_shell
gnome3.gnome_settings_daemon