haskell-texmath: patch to fix build with ghc-8.6.x

This commit is contained in:
Peter Simons 2018-09-28 12:09:50 +02:00
parent 487f7f458a
commit c917407575

View file

@ -79,4 +79,10 @@ 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";
});
}