From 60cb74e6d6a29b18690a9fc5ea0794a81a755c5c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 12 Feb 2015 20:19:07 +0100 Subject: [PATCH] haskell-CHXHtml: disable Hydra builds because of excessive build time --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c5a20fc9df0..770fe00d4cb 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -459,6 +459,9 @@ self: super: { doHaddock = false; }); + # This packages compiles 4+ hours on a fast machine. That's just unreasonable. + CHXHtml = dontDistribute super.CHXHtml; + } // { # Not on Hackage.