Add missing XRender buildinputs for WebKit

svn path=/nixpkgs/trunk/; revision=24265
This commit is contained in:
Michael Raskin 2010-10-13 13:11:50 +00:00
parent 68324f8d09
commit ae55f51ab6
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ rec {
gettext libjpeg libpng libtiff libxml2 libxslt pango
sqlite icu gperf bison flex autoconf automake libtool
perl intltool pkgconfig libsoup gtkdoc libXt libproxy
enchant python ruby which
enchant python ruby which renderproto libXrender
];
propagatedBuildInputs = [

View File

@ -3863,7 +3863,7 @@ let
inherit (gst_all) gstreamer gstPluginsBase gstFfmpeg
gstPluginsGood;
flex = flex2535;
inherit (xlibs) libXt;
inherit (xlibs) libXt renderproto libXrender;
}).deepOverride {libsoup = gnome28.libsoup_2_31;});
wvstreams = callPackage ../development/libraries/wvstreams { };