gnu: gtk+: Remove rest from inputs.
This broke building on mips64el. * gnu/packages/gtk.scm (gtk+)[inputs]: Remove rest.
This commit is contained in:
parent
6747de140d
commit
a2651b5477
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue