diff options
author | Alex Griffin <a@ajgrf.com> | 2016-07-27 09:40:35 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-28 15:42:30 +0200 |
commit | 71d9b98078e8c785ad57cf3ae2e70939e815a82f (patch) | |
tree | e7d07d98153b1e16fe8fd56074345721013f6284 /gnu/packages/gnome.scm | |
parent | d222522edf70cdac6cee7b4ab8fa1bfbf0a7ba9c (diff) | |
download | patches-71d9b98078e8c785ad57cf3ae2e70939e815a82f.tar patches-71d9b98078e8c785ad57cf3ae2e70939e815a82f.tar.gz |
gnu: gnome: Propagate file-roller.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add file-roller.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 318a04d403..b2f46959e6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2016 Roel Janssen <roel@gnu.org> ;;; Copyright © 2016 Leo Famulari <leo@famulari.name> +;;; Copyright © 2016 Alex Griffin <a@ajgrf.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -5014,6 +5015,7 @@ software that do not provide their own configuration interface.") ("eog" ,eog) ("epiphany" ,epiphany) ("evince" ,evince) + ("file-roller" ,file-roller) ("gedit" ,gedit) ("glib-networking" ,glib-networking) ("gnome-backgrounds" ,gnome-backgrounds) |