Roll back to older WebKit anyway pending a GTK update
svn path=/nixpkgs/trunk/; revision=16836
This commit is contained in:
parent
c4b524f2fa
commit
85849fdfdd
@ -32,9 +32,6 @@ rec {
|
||||
'';
|
||||
|
||||
installFlags = "PREFIX=$out";
|
||||
makeFlags = [
|
||||
"CC='gcc ${a.glib}/lib/libglib-2.0.so ${a.glib}/lib/libgio-2.0.so ${a.glib}/lib/libgobject-2.0.so' "
|
||||
];
|
||||
|
||||
name = "uzbl-" + version;
|
||||
meta = {
|
||||
|
@ -27,7 +27,11 @@ rec {
|
||||
"--enable-web-sockets"
|
||||
# Fails the build..
|
||||
# "--enable-shared-workers"
|
||||
"--enable-wml"
|
||||
# WML support causes crash on
|
||||
# Slashdot.org. It is fixed upstream,
|
||||
# but the required update is too big
|
||||
# Let us wait for a GTK release..
|
||||
#"--enable-wml"
|
||||
];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
|
@ -1,6 +1,6 @@
|
||||
rec {
|
||||
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r47686.tar.bz2";
|
||||
version = "r47686";
|
||||
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r47291.tar.bz2";
|
||||
version = "r47291";
|
||||
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-${version}.tar.bz2";
|
||||
hash = "1h1frvvp8hfv3q2drjnrpgadgin55p7nv8747kxxhdkj4gv9dzqg";
|
||||
hash = "14rggsgpsaxfph1967hbwlz814d8zyzl6xwzl7a25f6zf1nwcjdk";
|
||||
}
|
||||
|
@ -3202,7 +3202,7 @@ let
|
||||
inherit (gtkLibs) glib pango gtk;
|
||||
inherit (gnome) gnomevfs /* <- only passed for the no longer used older versions
|
||||
it is depreceated and didn't build on amd64 due to samba dependenccy */ gtkdoc;
|
||||
libsoup = gnome26.libsoup_git_head;
|
||||
libsoup = gnome26.libsoup;
|
||||
});
|
||||
|
||||
gnet = import ../development/libraries/gnet {
|
||||
@ -4125,7 +4125,7 @@ let
|
||||
};
|
||||
|
||||
webkit = builderDefsPackage (import ../development/libraries/webkit) {
|
||||
libsoup = gnome26.libsoup_git_head;
|
||||
libsoup = gnome26.libsoup;
|
||||
inherit (gnome) gtkdoc;
|
||||
inherit (gtkLibs) gtk atk pango;
|
||||
inherit freetype fontconfig gettext gperf curl
|
||||
@ -6767,8 +6767,8 @@ let
|
||||
which gettext makeWrapper file libidn sqlite docutils libnotify;
|
||||
inherit (gtkLibs) gtk;
|
||||
inherit (gnome) gtksourceview;
|
||||
libsoup = gnome26.libsoup_git_head;
|
||||
glib = gtkLibs.glib_2_21;
|
||||
libsoup = gnome26.libsoup;
|
||||
glib = gtkLibs.glib;
|
||||
};
|
||||
|
||||
minicom = builderDefsPackage (selectVersion ../tools/misc/minicom "2.3") {
|
||||
@ -7211,8 +7211,8 @@ let
|
||||
uzbl = builderDefsPackage (import ../applications/networking/browsers/uzbl) {
|
||||
inherit pkgconfig webkit makeWrapper;
|
||||
inherit (gtkLibs) gtk;
|
||||
libsoup = gnome26.libsoup_git_head;
|
||||
glib = gtkLibs.glib_2_21;
|
||||
libsoup = gnome26.libsoup;
|
||||
glib = gtkLibs.glib;
|
||||
};
|
||||
|
||||
valknut = import ../applications/networking/p2p/valknut {
|
||||
|
@ -238,7 +238,7 @@ in {
|
||||
mdadm = linux;
|
||||
mercurial = allBut "i686-cygwin";
|
||||
mesa = linux ++ darwin;
|
||||
#midori = linux;
|
||||
midori = linux;
|
||||
mingetty = linux;
|
||||
mk = linux;
|
||||
mktemp = all;
|
||||
|
Loading…
Reference in New Issue
Block a user