Getting WebKit overrides less wrong so no libsoup 2.28 gets used

svn path=/nixpkgs/trunk/; revision=26166
This commit is contained in:
Michael Raskin 2011-03-05 07:28:50 +00:00
parent 32b0f76435
commit 56536b3498

View File

@ -4184,16 +4184,19 @@ let
webkit = let p = applyGlobalOverrides (x : {
libsoup = x.gnome28.libsoup_2_31;
gnome28 = x.gnome28 // {
libsoup = x.gnome28.libsoup_2_31;
};
});
in
(builderDefsPackage ../development/libraries/webkit {
inherit (p.gnome28) gtkdoc libsoup;
(p.builderDefsPackage ../development/libraries/webkit {
inherit (p.gnome28) gtkdoc;
inherit (p.gtkLibs) gtk atk pango glib;
inherit (p) freetype fontconfig gettext gperf curl
libjpeg libtiff libpng libxml2 libxslt sqlite
icu cairo perl intltool automake libtool
pkgconfig autoconf bison libproxy enchant
python ruby which flex geoclue;
python ruby which flex geoclue libsoup;
inherit (p.gst_all) gstreamer gstPluginsBase gstFfmpeg
gstPluginsGood;
inherit (p.xlibs) libXt renderproto libXrender;