gnu: GNOME: Only include Eye of GNOME on x86_64-linux.

* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Conditionally add EOG.
This commit is contained in:
Marius Bakke 2020-04-19 17:58:03 +02:00
parent 4e0059beb1
commit ce784e6c28
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7828,7 +7828,11 @@ (define-public gnome
;; GNOME-Core-Utilities
("baobab" ,baobab)
("cheese" ,cheese)
("eog" ,eog)
;; XXX: EoG requires librsvg-next, which depends on Rust, which currently
;; only works on x86_64, so exclude it on other architectures.
,@(if (string-prefix? "x86_64" (%current-system))
`(("eog" ,eog))
'())
("epiphany" ,epiphany)
("evince" ,evince)
("file-roller" ,file-roller)