Try to handle GStreamer correctly in webkit

svn path=/nixpkgs/trunk/; revision=16544
This commit is contained in:
Michael Raskin
2009-08-03 05:11:30 +00:00
parent fd557980cd
commit 30d143f0d8
3 changed files with 16 additions and 3 deletions

View File

@@ -10,7 +10,11 @@ rec {
gettext libjpeg libpng libtiff libxml2 libxslt pango
sqlite icu gperf bison flex autoconf automake libtool
perl intltool pkgconfig libsoup gtkdoc libXt libproxy
enchant gstreamer gstPluginsBase gstFfmpeg
enchant
];
propagatedBuildInputs = [
gstreamer gstPluginsBase gstFfmpeg gstPluginsGood
];
configureCommand = "./autogen.sh ";