xfce4-14.thunar: add gvfs

This commit is contained in:
worldofpeace 2019-08-17 17:46:28 -04:00
parent c270552db7
commit 822325ed66

View file

@ -1,5 +1,5 @@
{ mkXfceDerivation, docbook_xsl, exo, gdk-pixbuf, gtk3, libgudev ? null
, libnotify ? null, libX11, libxfce4ui, libxfce4util, libxslt, xfconf, gobject-introspection }:
, libnotify ? null, libX11, libxfce4ui, libxfce4util, libxslt, xfconf, gobject-introspection, gvfs }:
mkXfceDerivation rec {
category = "xfce";
@ -20,5 +20,6 @@ mkXfceDerivation rec {
libxfce4ui
libxfce4util
xfconf
gvfs
];
}