From cedf081abb6e3bd0bcf0cdab6000cd011ad7b52b Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 30 Oct 2013 22:57:52 +0100 Subject: gnu: gstreamer-0.10: Propagate input libxml2. * gnu/packages/gstreamer.scm (gstreamer-0.10): Propagate input libxml2. --- gnu/packages/gstreamer.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))))) -- cgit v1.2.3