pandoc: disable test suite to fix the build

This commit is contained in:
Peter Simons 2020-12-18 13:47:12 +01:00
parent 3bf6360f7b
commit 2c7b758f40

View File

@ -1529,6 +1529,9 @@ self: super: {
# 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;
# https://github.com/jgm/pandoc/issues/6961
pandoc = dontCheck super.pandoc;
# Update pandoc dependencies to fix the build.
doctemplates = self.doctemplates_0_9;
skylighting = self.skylighting_0_10_2;