civodul pushed a commit to branch master
in repository guix.
commit 71d9b98078e8c785ad57cf3ae2e70939e815a82f
Author: Alex Griffin <[email protected]>
Date: Wed Jul 27 09:40:35 2016 -0500
gnu: gnome: Propagate file-roller.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add file-roller.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/gnome.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 318a04d..b2f4695 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -19,6 +19,7 @@
;;; Copyright © 2016 Jan Nieuwenhuizen <[email protected]>
;;; Copyright © 2016 Roel Janssen <[email protected]>
;;; Copyright © 2016 Leo Famulari <[email protected]>
+;;; Copyright © 2016 Alex Griffin <[email protected]>
;;;
;;; 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)