about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-06-11 23:03:35 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-06-11 23:10:40 +0200
commit9e46a0d748e4ac5816013635035714327a5fcf93 (patch)
tree1271cd0b5699a55dd50c37d3ce28ddb3dc895028 /pkgs/desktops/gnome-3
parent22b030697691eb1b07d237d298a64e4f61ebbc53 (diff)
downloadnixlib-9e46a0d748e4ac5816013635035714327a5fcf93.tar
nixlib-9e46a0d748e4ac5816013635035714327a5fcf93.tar.gz
nixlib-9e46a0d748e4ac5816013635035714327a5fcf93.tar.bz2
nixlib-9e46a0d748e4ac5816013635035714327a5fcf93.tar.lz
nixlib-9e46a0d748e4ac5816013635035714327a5fcf93.tar.xz
nixlib-9e46a0d748e4ac5816013635035714327a5fcf93.tar.zst
nixlib-9e46a0d748e4ac5816013635035714327a5fcf93.zip
gvfs: add more supported protocols in gnome 3.10. Closes #2880
This change has been successfully tested on gnome 3.12 (thanks
@lethalman!). Now bring it to gnome 3.10, which currently is the default
gnome3 version in NixOS.

I've build and run tested it (success: smb:// protocol now work in
Nautilus).
Diffstat (limited to 'pkgs/desktops/gnome-3')
-rw-r--r--pkgs/desktops/gnome-3/3.10/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/3.10/default.nix b/pkgs/desktops/gnome-3/3.10/default.nix
index e2b8f414206e..4376493c95b0 100644
--- a/pkgs/desktops/gnome-3/3.10/default.nix
+++ b/pkgs/desktops/gnome-3/3.10/default.nix
@@ -106,7 +106,7 @@ rec {
 
   gucharmap = callPackage ./core/gucharmap { };
 
-  gvfs = pkgs.gvfs.override { gnome = pkgs.gnome3; };
+  gvfs = pkgs.gvfs.override { gnome = pkgs.gnome3; lightWeight = false; };
 
   eog = callPackage ./core/eog { };