summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-07-05 20:58:34 +0200
committerPeter Simons <simons@cryp.to>2015-07-05 21:06:04 +0200
commitb6b13e45f8a9aa5b37a04636fdc9383e4ee7db9d (patch)
tree09187dd93c2cd72fbbd0bf153a3d0f4d8fc176e0 /pkgs/development/haskell-modules/configuration-common.nix
parent2f111381e0c405faadd769ebeb2e45c021bddb99 (diff)
downloadnixlib-b6b13e45f8a9aa5b37a04636fdc9383e4ee7db9d.tar
nixlib-b6b13e45f8a9aa5b37a04636fdc9383e4ee7db9d.tar.gz
nixlib-b6b13e45f8a9aa5b37a04636fdc9383e4ee7db9d.tar.bz2
nixlib-b6b13e45f8a9aa5b37a04636fdc9383e4ee7db9d.tar.lz
nixlib-b6b13e45f8a9aa5b37a04636fdc9383e4ee7db9d.tar.xz
nixlib-b6b13e45f8a9aa5b37a04636fdc9383e4ee7db9d.tar.zst
nixlib-b6b13e45f8a9aa5b37a04636fdc9383e4ee7db9d.zip
haskell-lhs2tex: disable Hydra builds to fix assrtion error
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
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;
+
 }