diff mbox series

[bug#37121,25/40] gnu: Thunar: Add gvfs support.

Message ID 20190820215043.32077-25-guix@lprndn.info
State Accepted
Headers show
Series [bug#37121,01/40] gnu: libxfce4util: Update to 4.14.0. | expand

Commit Message

L p R n d n Aug. 20, 2019, 9:50 p.m. UTC
* gnu/packages/xfce.scm (thunar)[inputs]: Add gvfs.
---
 gnu/packages/xfce.scm | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 530f2cc116..ef99cfd455 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -650,6 +650,7 @@  like appearance, display, keyboard and mouse settings.")
        ("libxfce4ui" ,libxfce4ui)
        ("pcre" ,pcre)
        ("xfce4-panel" ,xfce4-panel)
+       ("gvfs" ,gvfs)
        ("startup-notification" ,startup-notification)))
     (home-page "https://www.xfce.org/")
     (synopsis "Xfce file manager")