From 8726c6d50638fea25808e99192ed546657200d87 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 27 Feb 2016 22:29:24 +0100 Subject: [PATCH] webkitgtk: Disable Hydra build This package takes an excessive amount of time to build (e.g., right now Hydra is showing eight concurrent builds of webkitgtk, some of them running for more than 6 hours). This may also delay channel updates. --- pkgs/development/libraries/webkitgtk/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/webkitgtk/default.nix b/pkgs/development/libraries/webkitgtk/default.nix index fc40e7749e9..29e3206da0f 100644 --- a/pkgs/development/libraries/webkitgtk/default.nix +++ b/pkgs/development/libraries/webkitgtk/default.nix @@ -18,6 +18,7 @@ stdenv.mkDerivation rec { homepage = "http://webkitgtk.org/"; license = licenses.bsd2; platforms = platforms.linux; + hydraPlatforms = []; maintainers = with maintainers; [ iyzsong koral ]; };