mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
7ff4406f49
commit
75b60b30db
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user