summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-10-30 22:57:52 +0100
committerAndreas Enge <andreas@enge.fr>2013-10-30 22:57:52 +0100
commitcedf081abb6e3bd0bcf0cdab6000cd011ad7b52b (patch)
tree72130479906a6b4d2d1ef3e42f895dafe9c9d103 /gnu
parent477d30d0d8dddf1f92e4a2730cbc4434d8f81c0c (diff)
downloadguix-patches-cedf081abb6e3bd0bcf0cdab6000cd011ad7b52b.tar
guix-patches-cedf081abb6e3bd0bcf0cdab6000cd011ad7b52b.tar.gz
gnu: gstreamer-0.10: Propagate input libxml2.
* gnu/packages/gstreamer.scm (gstreamer-0.10): Propagate input libxml2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gstreamer.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index ffdb4b83ad..c32e480063 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -80,11 +80,12 @@ This package provides the core library and elements.")
(patches
(list (search-patch "gstreamer-0.10-bison3.patch")
(search-patch "gstreamer-0.10-silly-test.patch")))))
+ (propagated-inputs
+ `(("libxml2" ,libxml2)))
(inputs
`(("bison" ,bison)
("flex" ,flex)
("glib" ,glib)
- ("libxml2" ,libxml2)
("perl" ,perl)
("pkg-config" ,pkg-config)
("python" ,python-2)))))