guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gtk+: Remove rest from inputs.


From: ???
Subject: 02/02: gnu: gtk+: Remove rest from inputs.
Date: Sat, 24 Oct 2015 01:26:13 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit a2651b5477b0f4bad5954f8756bc53dbdf123f07
Author: 宋文武 <address@hidden>
Date:   Sat Oct 24 09:22:15 2015 +0800

    gnu: gtk+: Remove rest from inputs.
    
    This broke building on mips64el.
    
    * gnu/packages/gtk.scm (gtk+)[inputs]: Remove rest.
---
 gnu/packages/gtk.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c6a61b7..1bfd135 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -543,7 +543,8 @@ application suites.")
       ;;      on non-intel systems now.
       ;;("colord" ,colord)
       ("cups" ,cups)                            ;for printing support
-      ("rest" ,rest)
+      ;; XXX: rest depends on p11-kit, which fails on mips64el now.
+      ;;("rest" ,rest)
       ("json-glib" ,json-glib)))
    (native-inputs
     `(("perl" ,perl)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]