diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-10-24 09:22:15 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-10-24 09:22:15 +0800 |
commit | a2651b5477b0f4bad5954f8756bc53dbdf123f07 (patch) | |
tree | 0a75e5cad74a683ea5be2d9149f3694b5d9ca7c4 /gnu | |
parent | 6747de140d6ef714a7940bfa4cd0db544c9fe945 (diff) | |
download | patches-a2651b5477b0f4bad5954f8756bc53dbdf123f07.tar patches-a2651b5477b0f4bad5954f8756bc53dbdf123f07.tar.gz |
gnu: gtk+: Remove rest from inputs.
This broke building on mips64el.
* gnu/packages/gtk.scm (gtk+)[inputs]: Remove rest.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 c6a61b7f44..1bfd135dc7 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) |