From 63a73a2e802a723be2919cbaade1644dc8d1c338 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 21 Apr 2023 10:21:28 +0200 Subject: [PATCH] lhs2tex: distribute again (#227406) --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b166dd14de73..1ef33cc5cc8c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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;