gnu: gtk+: Remove rest from inputs.

This broke building on mips64el.

* gnu/packages/gtk.scm (gtk+)[inputs]: Remove rest.
master
宋文武 2015-10-24 09:22:15 +08:00
parent 6747de140d
commit a2651b5477
1 changed files with 2 additions and 1 deletions

View File

@ -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)