Add missing XRender buildinputs for WebKit
svn path=/nixpkgs/trunk/; revision=24265
This commit is contained in:
parent
68324f8d09
commit
ae55f51ab6
@ -13,7 +13,7 @@ rec {
|
|||||||
gettext libjpeg libpng libtiff libxml2 libxslt pango
|
gettext libjpeg libpng libtiff libxml2 libxslt pango
|
||||||
sqlite icu gperf bison flex autoconf automake libtool
|
sqlite icu gperf bison flex autoconf automake libtool
|
||||||
perl intltool pkgconfig libsoup gtkdoc libXt libproxy
|
perl intltool pkgconfig libsoup gtkdoc libXt libproxy
|
||||||
enchant python ruby which
|
enchant python ruby which renderproto libXrender
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -3863,7 +3863,7 @@ let
|
|||||||
inherit (gst_all) gstreamer gstPluginsBase gstFfmpeg
|
inherit (gst_all) gstreamer gstPluginsBase gstFfmpeg
|
||||||
gstPluginsGood;
|
gstPluginsGood;
|
||||||
flex = flex2535;
|
flex = flex2535;
|
||||||
inherit (xlibs) libXt;
|
inherit (xlibs) libXt renderproto libXrender;
|
||||||
}).deepOverride {libsoup = gnome28.libsoup_2_31;});
|
}).deepOverride {libsoup = gnome28.libsoup_2_31;});
|
||||||
|
|
||||||
wvstreams = callPackage ../development/libraries/wvstreams { };
|
wvstreams = callPackage ../development/libraries/wvstreams { };
|
||||||
|
Loading…
Reference in New Issue
Block a user