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:
José Romildo Malaquias
2021-05-01 18:21:57 -03:00
parent 6dab4db428
commit 472f5a976d
4 changed files with 2 additions and 8 deletions
@@ -1,4 +1,4 @@
{ lib, mkXfceDerivation, gtk3, gvfs, glib }:
{ lib, mkXfceDerivation, gtk3, glib }:
mkXfceDerivation {
category = "apps";
@@ -8,7 +8,7 @@ mkXfceDerivation {
sha256 = "8UDb4H3zxRKx2y+MRsozQoR3es0fs5ooR/5wBIE11bY=";
buildInputs = [ gtk3 glib gvfs ];
buildInputs = [ gtk3 glib ];
postPatch = ''
# exo-csource has been dropped from exo