diff options
author | Ricardo Wurmus <[email protected]> | 2016-08-10 11:53:08 +0200 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2016-08-10 15:47:09 +0200 |
commit | dd05e73102e19299ebc1d0daf8d95016075e048d (patch) | |
tree | 7c5bb4fc7b7991abe21c12f98cb6f07ff07fc5f3 | |
parent | 5d923b4f4a5235760d007abb6c8fc6d5fa72c9a6 (diff) |
gnu: nautilus: Add gvfs support.
* gnu/packages/gnome.scm (nautilus)[inputs]: Add gvfs.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2038f8f7bc..4a0be0142a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8,7 +8,7 @@ ;;; Copyright © 2015 Mathieu Lirzin <[email protected]> ;;; Copyright © 2015 Andy Wingo <[email protected]> ;;; Copyright © 2015 David Hashe <[email protected]> -;;; Copyright © 2015 Ricardo Wurmus <[email protected]> +;;; Copyright © 2015, 2016 Ricardo Wurmus <[email protected]> ;;; Copyright © 2015, 2016 Mark H Weaver <[email protected]> ;;; Copyright © 2015 David Thompson <[email protected]> ;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]> @@ -4857,8 +4857,8 @@ as SASL, TLS and VeNCrypt. Additionally it supports encoding extensions.") ("intltool" ,intltool) ("pkg-config" ,pkg-config))) (inputs - ;; TODO: add gvfs support. `(("dconf" ,dconf) + ("gvfs" ,gvfs) ("exempi" ,exempi) ("gnome-desktop" ,gnome-desktop) ;; XXX: gtk+ is required by libnautilus-extension.pc |