~ruther/guix-local

1cb16f1ea3a182339b4d4cbf28107a2cba29ac55 — 宋文武 10 years ago 64643b9
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)))