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