gnu: gtk+: Remove colord from inputs. This broke building on non-intel systems. * gnu/packages/gtk.scm (gtk+)[inputs]: Remove colord.
1 files changed, 3 insertions(+), 1 deletions(-) M gnu/packages/gtk.scm
M gnu/packages/gtk.scm => gnu/packages/gtk.scm +3 -1
@@ 539,7 539,9 @@ application suites.") (inputs `(("librsvg" ,librsvg) ;for gtk-encode-symbolic-svg ("libxml2" ,libxml2) ("colord" ,colord) ;; XXX: colord depends on mozjs (through polkit), which fails on ;; on non-intel systems now. ;;("colord" ,colord) ("cups" ,cups) ;for printing support ("rest" ,rest) ("json-glib" ,json-glib)))