gnu: GNOME: Only include Eye of GNOME on x86_64-linux.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 19 Apr 2020 15:58:03 +0000 (17:58 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Tue, 21 Apr 2020 22:08:21 +0000 (00:08 +0200)
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Conditionally add EOG.

gnu/packages/gnome.scm

index fbd4c5e..fb8c8b9 100644 (file)
@@ -7828,7 +7828,11 @@ world.")
      ;; 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)