gnu: gtk+: Remove colord from inputs.

This broke building on non-intel systems.

* gnu/packages/gtk.scm (gtk+)[inputs]: Remove colord.
master
宋文武 2015-10-19 21:39:46 +08:00
parent 64643b90ab
commit 1cb16f1ea3
1 changed files with 3 additions and 1 deletions

View File

@ -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)))