haskellPackages.pandoc: disable tests

https://github.com/jgm/pandoc/issues/9589
This commit is contained in:
Naïm Favier 2024-03-19 11:01:54 +01:00
parent 5fc2fba044
commit d43e030972
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -1898,6 +1898,9 @@ self: super: {
# compatible with Cabal 3. No upstream repository found so far
readline = appendPatch ./patches/readline-fix-for-cabal-3.patch super.readline;
# https://github.com/jgm/pandoc/issues/9589
pandoc = assert super.pandoc.version == "3.1.11.1"; dontCheck super.pandoc;
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)
pandoc-include-code = doJailbreak super.pandoc-include-code;