about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-03-13 14:27:25 +0100
committerPeter Simons <simons@cryp.to>2019-03-13 18:11:03 +0100
commitbbf54318654e5ee258b666eb72c37075cf47351b (patch)
treeeb452d5e389aa8d0b49632496a1ee9885ea31853 /pkgs/development/haskell-modules
parent8a0d1650a365e3ac5f190eb85a5e6b81b082e260 (diff)
downloadnixlib-bbf54318654e5ee258b666eb72c37075cf47351b.tar
nixlib-bbf54318654e5ee258b666eb72c37075cf47351b.tar.gz
nixlib-bbf54318654e5ee258b666eb72c37075cf47351b.tar.bz2
nixlib-bbf54318654e5ee258b666eb72c37075cf47351b.tar.lz
nixlib-bbf54318654e5ee258b666eb72c37075cf47351b.tar.xz
nixlib-bbf54318654e5ee258b666eb72c37075cf47351b.tar.zst
nixlib-bbf54318654e5ee258b666eb72c37075cf47351b.zip
haskell-texmath: drop obsolete override
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 969105de2760..8d983cf4ccf8 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;