myst-docutils: fix failure in amsmath test (#358446)

This commit is contained in:
Weijia Wang 2024-11-23 17:13:39 +01:00 committed by GitHub
commit 91c994231c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [