Downgrade WebKit - probably enough to go with old libsoup. Libsoup mostly updated, but it seems to require fresher unstable gtk...

svn path=/nixpkgs/trunk/; revision=16826
This commit is contained in:
Michael Raskin
2009-08-24 07:25:30 +00:00
parent 2f8c8d39e8
commit 6770d7aa4d
7 changed files with 73 additions and 9 deletions

View File

@@ -27,7 +27,10 @@ rec {
"--enable-web-sockets"
# Fails the build..
# "--enable-shared-workers"
"--enable-wml"
# Related to Slashdot.org crash
# fixed upstream, but fresh release requires
# too many updates
#"--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";
}