summary refs log tree commit diff
path: root/pkgs/development/libraries/webkitgtk
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-08 00:34:43 -0700
committerJan Tojnar <jtojnar@gmail.com>2018-08-08 12:01:33 +0200
commit5f4bf5787944aaeb37805415b3c81c7aa3b3daa0 (patch)
tree7e9596a99f21422f361141a858976de4cf4a8601 /pkgs/development/libraries/webkitgtk
parent20f1388c3fb7c1c56367fd96fd21cfd316f465b7 (diff)
downloadnixpkgs-5f4bf5787944aaeb37805415b3c81c7aa3b3daa0.tar
nixpkgs-5f4bf5787944aaeb37805415b3c81c7aa3b3daa0.tar.gz
nixpkgs-5f4bf5787944aaeb37805415b3c81c7aa3b3daa0.tar.bz2
nixpkgs-5f4bf5787944aaeb37805415b3c81c7aa3b3daa0.tar.lz
nixpkgs-5f4bf5787944aaeb37805415b3c81c7aa3b3daa0.tar.xz
nixpkgs-5f4bf5787944aaeb37805415b3c81c7aa3b3daa0.tar.zst
nixpkgs-5f4bf5787944aaeb37805415b3c81c7aa3b3daa0.zip
gnome3.webkitgtk: 2.20.3 -> 2.20.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/webkitgtk/versions.

Also removed no longer necessary postConfigure hook.

Signed-off-by: Jan Tojnar <jtojnar@gmail.com>
Diffstat (limited to 'pkgs/development/libraries/webkitgtk')
-rw-r--r--pkgs/development/libraries/webkitgtk/2.20.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/development/libraries/webkitgtk/2.20.nix b/pkgs/development/libraries/webkitgtk/2.20.nix
index e234e3e66ad..5e30b2b7931 100644
--- a/pkgs/development/libraries/webkitgtk/2.20.nix
+++ b/pkgs/development/libraries/webkitgtk/2.20.nix
@@ -15,7 +15,7 @@ assert stdenv.isDarwin -> !enableGtk2Plugins;
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "webkitgtk-${version}";
-  version = "2.20.3";
+  version = "2.20.4";
 
   meta = {
     description = "Web content rendering engine, GTK+ port";
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://webkitgtk.org/releases/${name}.tar.xz";
-    sha256 = "1n0dy94bm7wvxln4jis1gp8plv8n4a01g41724zsf5psg1yk16sp";
+    sha256 = "0cmfjbfxssgrwhgqmk7kqws91k6pha519bnyjrfsgy640max2zfc";
   };
 
   patches = optionals stdenv.isDarwin [
@@ -39,12 +39,6 @@ stdenv.mkDerivation rec {
     patchShebangs .
   '';
 
-  postConfigure = ''
-    # A stopgap for a non-deterministic build failure when using only one core
-    # Upstream bug: https://bugs.webkit.org/show_bug.cgi?id=183788#c4
-    ninja JavaScriptCoreForwardingHeaders WTFForwardingHeaders
-  '';
-
   cmakeFlags = [
   "-DPORT=GTK"
   "-DUSE_LIBHYPHEN=0"