haskell-texmath: drop obsolete override
This commit is contained in:
parent
ba64a13d69
commit
d210479e65
@ -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";
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user