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:
@@ -3,6 +3,7 @@ args: with args;
|
||||
rec {
|
||||
|
||||
glib = (import ./glib) args;
|
||||
glib_2_21 = (import ./glib/2.21.4.nix) args;
|
||||
|
||||
atk = (import ./atk) (args // { inherit glib; });
|
||||
|
||||
|
||||
27
pkgs/development/libraries/gtk-libs/2.16/glib/2.21.4.nix
Normal file
27
pkgs/development/libraries/gtk-libs/2.16/glib/2.21.4.nix
Normal file
@@ -0,0 +1,27 @@
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "glib-2.21.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/glib/2.21/${name}.tar.bz2";
|
||||
sha256 = "b772e4bdf1b28dd23cdb4c4d7f1d219ddb748226d0207e57c75992bf0100182d";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig gettext perl];
|
||||
|
||||
meta = {
|
||||
description = "GLib, a C library of programming buildings blocks";
|
||||
|
||||
longDescription = ''
|
||||
GLib provides the core application building blocks for libraries
|
||||
and applications written in C. It provides the core object
|
||||
system used in GNOME, the main loop implementation, and a large
|
||||
set of utility functions for strings and common data structures.
|
||||
'';
|
||||
|
||||
homepage = http://www.gtk.org/;
|
||||
|
||||
license = "LGPLv2+";
|
||||
};
|
||||
}
|
||||
@@ -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 */
|
||||
|
||||
@@ -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