mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Override glib_networking with gnome 3.12 scope
This commit is contained in:
parent
e49509a4b1
commit
6e13cc82df
2 changed files with 24 additions and 8 deletions
|
@ -101,11 +101,11 @@ in {
|
|||
};
|
||||
|
||||
environment.variables.GIO_EXTRA_MODULES = [ "${gnome3.dconf}/lib/gio/modules"
|
||||
"${pkgs.glib_networking}/lib/gio/modules" ];
|
||||
"${gnome3.glib_networking}/lib/gio/modules" ];
|
||||
environment.systemPackages =
|
||||
[ pkgs.desktop_file_utils
|
||||
pkgs.glib_networking
|
||||
pkgs.gtk3 # for gtk-update-icon-cache
|
||||
gnome3.glib_networking
|
||||
gnome3.gtk3 # for gtk-update-icon-cache
|
||||
pkgs.ibus
|
||||
pkgs.shared_mime_info # for update-mime-database
|
||||
gnome3.dconf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue