mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
haskell-lhs2tex: disable Hydra builds to fix assrtion error
This commit is contained in:
parent
2f111381e0
commit
b6b13e45f8
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue