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.
This commit is contained in:
Eelco Dolstra
2016-02-27 22:29:24 +01:00
parent be4ebe0046
commit 8726c6d506
@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
homepage = "http://webkitgtk.org/";
license = licenses.bsd2;
platforms = platforms.linux;
hydraPlatforms = [];
maintainers = with maintainers; [ iyzsong koral ];
};