xfce: does not explicitly require a gvfs package
- In order to use GIO/GVFS it is enough to enable the gvfs service. - The module option services.gvfs.package can be used to choose a variation of the gvfs package, if desired.
This commit is contained in:
@@ -15,9 +15,6 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
|
||||
automakeAddFlags = pkgs.makeSetupHook { } ./automakeAddFlags.sh;
|
||||
|
||||
# Samba is a rather heavy dependency
|
||||
gvfs = pkgs.gvfs.override { samba = null; };
|
||||
|
||||
#### CORE
|
||||
|
||||
exo = callPackage ./core/exo { };
|
||||
|
||||
Reference in New Issue
Block a user