forked from mirrors/nixpkgs
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:
parent
22b0306976
commit
9e46a0d748
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue