nemo: add gvfs dependency to display Trash

The Trash and network locations do not work otherwise.

Note that `gvfsd` needs to run in order to interact with the
trash (`trash:///`).
This commit is contained in:
Nicolas Berbiche 2021-12-08 16:44:58 -05:00
parent 7ff4406f49
commit 75b60b30db
No known key found for this signature in database
GPG Key ID: FA5696EDF35DA0B6

View File

@ -11,6 +11,7 @@
, libxml2
, gtk3
, libnotify
, gvfs
, cinnamon-desktop
, xapps
, libexif
@ -45,6 +46,7 @@ stdenv.mkDerivation rec {
xapps
libexif
exempi
gvfs
gobject-introspection
libgsf
];
@ -73,3 +75,4 @@ stdenv.mkDerivation rec {
maintainers = teams.cinnamon.members;
};
}