myst-docutils: fix failure in amsmath test
This brings in a patch to fix the failing amsmath test. The fix is merged upstream, but not yet in a release.
This commit is contained in:
parent
a507fe86c6
commit
a6e1ae0d11
@ -5,6 +5,7 @@
|
||||
defusedxml,
|
||||
docutils,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
flit-core,
|
||||
jinja2,
|
||||
markdown-it-py,
|
||||
@ -33,6 +34,14 @@ buildPythonPackage rec {
|
||||
hash = "sha256-QbFENC/Msc4pkEOPdDztjyl+2TXtAbMTHPJNAsUB978=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "fix-amsmath-test.patch";
|
||||
url = "https://github.com/executablebooks/MyST-Parser/commit/8ea56455aa87feb2d96bf29c335bca5dc885b77b.patch";
|
||||
hash = "sha256-anlBvZqUSYefs6Hm8MjQUutKYGM0fEVzaiGnsFHv4JQ=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
dependencies = [
|
||||
|
Loading…
Reference in New Issue
Block a user