diff options
-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 |