lhs2tex: distribute again (#227406)

This commit is contained in:
Joachim Breitner 2023-04-21 10:21:28 +02:00 committed by GitHub
parent 6b4f333173
commit 63a73a2e80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -745,9 +745,6 @@ self: super: {
inline-c-win32 = dontDistribute super.inline-c-win32;
Southpaw = dontDistribute super.Southpaw;
# Hydra no longer allows building texlive packages.
lhs2tex = dontDistribute super.lhs2tex;
# https://ghc.haskell.org/trac/ghc/ticket/9825
vimus = overrideCabal (drv: { broken = pkgs.stdenv.isLinux && pkgs.stdenv.isi686; }) super.vimus;