mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Getting WebKit overrides less wrong so no libsoup 2.28 gets used
svn path=/nixpkgs/trunk/; revision=26166
This commit is contained in:
parent
32b0f76435
commit
56536b3498
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user