From b6b13e45f8a9aa5b37a04636fdc9383e4ee7db9d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 5 Jul 2015 20:58:34 +0200 Subject: [PATCH] haskell-lhs2tex: disable Hydra builds to fix assrtion error --- 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 8fec4800601e..f4f64d97e55b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -887,4 +887,7 @@ self: super: { hid = markBroken super.hid; msi-kb-backlit = dontDistribute super.msi-kb-backlit; + # Hydra no longer allows building texlive packages. + lhs2tex = dontDistribute super.lhs2tex; + }