gnu: gtk+: Remove colord from inputs.
This broke building on non-intel systems. * gnu/packages/gtk.scm (gtk+)[inputs]: Remove colord.
This commit is contained in:
parent
64643b90ab
commit
1cb16f1ea3
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue