gnu: gnome: Propagate file-roller.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add file-roller. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d222522edf
commit
71d9b98078
|
@ -19,6 +19,7 @@
|
||||||
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
|
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
|
||||||
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
||||||
|
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -5014,6 +5015,7 @@ software that do not provide their own configuration interface.")
|
||||||
("eog" ,eog)
|
("eog" ,eog)
|
||||||
("epiphany" ,epiphany)
|
("epiphany" ,epiphany)
|
||||||
("evince" ,evince)
|
("evince" ,evince)
|
||||||
|
("file-roller" ,file-roller)
|
||||||
("gedit" ,gedit)
|
("gedit" ,gedit)
|
||||||
("glib-networking" ,glib-networking)
|
("glib-networking" ,glib-networking)
|
||||||
("gnome-backgrounds" ,gnome-backgrounds)
|
("gnome-backgrounds" ,gnome-backgrounds)
|
||||||
|
|
Loading…
Reference in New Issue