mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
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:
parent
4e0059beb1
commit
ce784e6c28
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue