Commit b6b13e45 authored by Peter Simons's avatar Peter Simons
Browse files

haskell-lhs2tex: disable Hydra builds to fix assrtion error

parent 2f111381
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;

}