[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gtk+: Remove colord from inputs.
From: |
??? |
Subject: |
01/01: gnu: gtk+: Remove colord from inputs. |
Date: |
Mon, 19 Oct 2015 13:41:28 +0000 |
iyzsong pushed a commit to branch dbus-update
in repository guix.
commit 1cb16f1ea3a182339b4d4cbf28107a2cba29ac55
Author: 宋文武 <address@hidden>
Date: Mon Oct 19 21:39:46 2015 +0800
gnu: gtk+: Remove colord from inputs.
This broke building on non-intel systems.
* gnu/packages/gtk.scm (gtk+)[inputs]: Remove colord.
---
gnu/packages/gtk.scm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 1ab816d..c6a61b7 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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)))