haskell-lhs2tex: disable Hydra builds to fix assrtion error

This commit is contained in:
Peter Simons 2015-07-05 20:58:34 +02:00
parent 2f111381e0
commit b6b13e45f8

View file

@ -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;
}