gnu: gstreamer-0.10: Propagate input libxml2.
* gnu/packages/gstreamer.scm (gstreamer-0.10): Propagate input libxml2.
This commit is contained in:
parent
477d30d0d8
commit
cedf081abb
|
@ -80,11 +80,12 @@ This package provides the core library and elements.")
|
||||||
(patches
|
(patches
|
||||||
(list (search-patch "gstreamer-0.10-bison3.patch")
|
(list (search-patch "gstreamer-0.10-bison3.patch")
|
||||||
(search-patch "gstreamer-0.10-silly-test.patch")))))
|
(search-patch "gstreamer-0.10-silly-test.patch")))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("libxml2" ,libxml2)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("libxml2" ,libxml2)
|
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-2)))))
|
("python" ,python-2)))))
|
||||||
|
|
Loading…
Reference in New Issue