Roll back - until the requird libsoup version is released..

svn path=/nixpkgs/trunk/; revision=16818
This commit is contained in:
Michael Raskin 2009-08-23 22:46:26 +00:00
parent f0a3ff997f
commit 109f116bb4
2 changed files with 4 additions and 5 deletions

View file

@ -27,8 +27,7 @@ rec {
"--enable-web-sockets"
# Fails the build..
# "--enable-shared-workers"
# Maybe leads to Slashdot.org crash
# "--enable-wml"
"--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-r47409.tar.bz2";
version = "r47409";
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-${version}.tar.bz2";
hash = "1h1frvvp8hfv3q2drjnrpgadgin55p7nv8747kxxhdkj4gv9dzqg";
hash = "1lyl8ksdca2a5869yhrvb8sdd3ymnia0jhgaabhfm04saygn6sqx";
}