gnu: gnome-meta-core-utilities: Add eog unconditionally.
eog was removed because it required librsvg built with rust, but gnome-shell also requires the same librsvg already, so there was no reason to limit the architectures eog was installed on. * gnu/packages/gnome.scm (gnome-meta-core-utilities)[propagated-inputs]: Add eog unconditionally. Change-Id: I333d1a712b1d04409f3deccc90aa5adb2a4fac1bmaster
parent
02427ea997
commit
114333956e
|
@ -10326,14 +10326,9 @@ playing media, scanning, and much more.")
|
||||||
(gnome-meta-package
|
(gnome-meta-package
|
||||||
(name "gnome-meta-core-utilities")
|
(name "gnome-meta-core-utilities")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(append
|
|
||||||
;; 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))
|
|
||||||
(list eog)
|
|
||||||
'())
|
|
||||||
(list baobab
|
(list baobab
|
||||||
cheese
|
cheese
|
||||||
|
eog
|
||||||
epiphany
|
epiphany
|
||||||
evince
|
evince
|
||||||
file-roller
|
file-roller
|
||||||
|
@ -10358,7 +10353,7 @@ playing media, scanning, and much more.")
|
||||||
totem
|
totem
|
||||||
tracker-miners
|
tracker-miners
|
||||||
xdg-desktop-portal-gnome
|
xdg-desktop-portal-gnome
|
||||||
yelp)))))
|
yelp))))
|
||||||
|
|
||||||
(define-public gnome-essential-extras
|
(define-public gnome-essential-extras
|
||||||
(gnome-meta-package
|
(gnome-meta-package
|
||||||
|
|
Reference in New Issue