GNOME 3.16.1, closes #7357

This commit is contained in:
Luca Bruno
2015-04-25 12:02:33 +02:00
parent 38d6aec3f6
commit db3b86560f
146 changed files with 4428 additions and 68 deletions
@@ -11,7 +11,7 @@ assert enableGeoLocation -> geoclue2 != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "webkitgtk-${version}";
version = "2.6.5";
version = "2.8.0";
meta = {
description = "Web content rendering engine, GTK+ port";
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://webkitgtk.org/releases/${name}.tar.xz";
sha256 = "14vmqq6hr3jzphay49984kj22vlqhpsjmwh1krdm9k57rqbq0rdi";
sha256 = "05b8mkr1mv1w5vi5vyczzirgf5nr6qavrdwbcaiv0dghylwx5yh5";
};
patches = [ ./finding-harfbuzz-icu.patch ];
@@ -47,5 +47,5 @@ stdenv.mkDerivation rec {
libsoup gtk3
];
# enableParallelBuilding = true; # build problems on Hydra
enableParallelBuilding = true; # build problems on Hydra
}