From bbf54318654e5ee258b666eb72c37075cf47351b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 13 Mar 2019 14:27:25 +0100 Subject: [PATCH] haskell-texmath: drop obsolete override --- pkgs/development/haskell-modules/configuration-common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 969105de276..8d983cf4ccf 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1221,7 +1221,6 @@ self: super: { # Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309. pandoc = doDistribute super.pandoc_2_7; pandoc-citeproc = self.pandoc-citeproc_0_16_1_2; - texmath = self.texmath_0_11_2_2; # https://github.com/qfpl/tasty-hedgehog/issues/24 tasty-hedgehog = dontCheck super.tasty-hedgehog;