about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2023-04-21 10:21:28 +0200
committerGitHub <noreply@github.com>2023-04-21 10:21:28 +0200
commit63a73a2e802a723be2919cbaade1644dc8d1c338 (patch)
treef882b0aedd3eb26794bfb69e8b90b49c4c3ec66a /pkgs/development/haskell-modules
parent6b4f333173b1b6f9ef54df9122bf74994e308750 (diff)
lhs2tex: distribute again (#227406)
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b166dd14de734..1ef33cc5cc8c0 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;