gnu: gtk+: Add more inputs.
* gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Add libxcursor. [inputs]: Add rest, json-glib and colord.
This commit is contained in:
parent
80c7dd1a4e
commit
a572dca848
|
@ -531,6 +531,7 @@ application suites.")
|
||||||
("atk" ,atk)
|
("atk" ,atk)
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("libepoxy" ,libepoxy)
|
("libepoxy" ,libepoxy)
|
||||||
|
("libxcursor" ,libxcursor)
|
||||||
("libxi" ,libxi)
|
("libxi" ,libxi)
|
||||||
("libxinerama" ,libxinerama)
|
("libxinerama" ,libxinerama)
|
||||||
("libxdamage" ,libxdamage)
|
("libxdamage" ,libxdamage)
|
||||||
|
@ -538,7 +539,10 @@ application suites.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("librsvg" ,librsvg) ;for gtk-encode-symbolic-svg
|
`(("librsvg" ,librsvg) ;for gtk-encode-symbolic-svg
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("cups" ,cups))) ;for printing support
|
("colord" ,colord)
|
||||||
|
("cups" ,cups) ;for printing support
|
||||||
|
("rest" ,rest)
|
||||||
|
("json-glib" ,json-glib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("glib" ,glib "bin")
|
("glib" ,glib "bin")
|
||||||
|
|
Loading…
Reference in New Issue