summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-18 17:08:33 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commitd210479e65f6773484e755f064708e9ba572039a (patch)
treeed11a181c2f7602d2dcc2483b2c2d48c74233718 /pkgs/development
parentba64a13d69b5a43cdfe81385ef9dc794543f1d1e (diff)
downloadnixlib-d210479e65f6773484e755f064708e9ba572039a.tar
nixlib-d210479e65f6773484e755f064708e9ba572039a.tar.gz
nixlib-d210479e65f6773484e755f064708e9ba572039a.tar.bz2
nixlib-d210479e65f6773484e755f064708e9ba572039a.tar.lz
nixlib-d210479e65f6773484e755f064708e9ba572039a.tar.xz
nixlib-d210479e65f6773484e755f064708e9ba572039a.tar.zst
nixlib-d210479e65f6773484e755f064708e9ba572039a.zip
haskell-texmath: drop obsolete override
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 041227059cde..d120dc8d0b3c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -80,10 +80,4 @@ self: super: {
   # https://github.com/haskell/fgl/issues/81
   fgl = appendPatch super.fgl ./patches/fgl-monad-fail.patch;
 
-  # https://github.com/jgm/texmath/pull/121
-  texmath = appendPatch (doJailbreak super.texmath) (pkgs.fetchpatch
-            { url = https://github.com/jgm/texmath/pull/121.patch;
-              sha256 = "14pz2cpz9rvmy7mlmnz8iz76rsdyv5v442ij2i8k9zrbxj6nai7l";
-            });
-
 }