mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
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:
parent
4ab58240a9
commit
671e346eb2
@ -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 =
|
environment.systemPackages =
|
||||||
[ gnome3.evince
|
[ gnome3.evince
|
||||||
gnome3.eog
|
gnome3.eog
|
||||||
@ -54,6 +55,7 @@ in {
|
|||||||
gnome3.gucharmap
|
gnome3.gucharmap
|
||||||
gnome3.nautilus
|
gnome3.nautilus
|
||||||
gnome3.yelp
|
gnome3.yelp
|
||||||
|
pkgs.glib_networking
|
||||||
pkgs.ibus
|
pkgs.ibus
|
||||||
gnome3.gnome_shell
|
gnome3.gnome_shell
|
||||||
gnome3.gnome_settings_daemon
|
gnome3.gnome_settings_daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user