forked from mirrors/nixpkgs
Accounting for incompleteness and lack of GTK reexporting in Gnome-2.26 expression
svn path=/nixpkgs/trunk/; revision=15854
This commit is contained in:
parent
df867eddba
commit
0847f2286f
|
@ -4047,7 +4047,9 @@ let
|
|||
};
|
||||
|
||||
webkit = builderDefsPackage (import ../development/libraries/webkit) {
|
||||
inherit (gnome26) gtk atk pango libsoup gtkdoc;
|
||||
inherit (gnome26) libsoup;
|
||||
inherit (gnome) gtkdoc;
|
||||
inherit (gtkLibs) gtk atk pango;
|
||||
inherit freetype fontconfig gettext gperf curl
|
||||
libjpeg libtiff libpng libxml2 libxslt sqlite
|
||||
icu cairo perl intltool automake libtool
|
||||
|
|
Loading…
Reference in a new issue