Roll back to older WebKit anyway pending a GTK update

svn path=/nixpkgs/trunk/; revision=16836
This commit is contained in:
Michael Raskin
2009-08-24 18:22:58 +00:00
parent c4b524f2fa
commit 85849fdfdd
5 changed files with 15 additions and 14 deletions

View File

@@ -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 */

View File

@@ -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";
}