mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 3 additions and 1 deletions
|
@ -539,7 +539,9 @@ (define-public gtk+
|
|||
(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 a new issue