Roll back to older WebKit anyway pending a GTK update
svn path=/nixpkgs/trunk/; revision=16836
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user