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).
This commit is contained in:
Bjørn Forsman 2014-06-11 23:03:35 +02:00
parent 22b0306976
commit 9e46a0d748

View file

@ -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 { };