myst-docutils: fix failure in amsmath test (#358446)
This commit is contained in:
commit
91c994231c
@ -5,6 +5,7 @@
|
|||||||
defusedxml,
|
defusedxml,
|
||||||
docutils,
|
docutils,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
fetchpatch,
|
||||||
flit-core,
|
flit-core,
|
||||||
jinja2,
|
jinja2,
|
||||||
markdown-it-py,
|
markdown-it-py,
|
||||||
@ -33,6 +34,14 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-QbFENC/Msc4pkEOPdDztjyl+2TXtAbMTHPJNAsUB978=";
|
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 ];
|
build-system = [ flit-core ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
Loading…
Reference in New Issue
Block a user