summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-12-18 13:47:12 +0100
committerPeter Simons <simons@cryp.to>2020-12-18 20:27:54 +0100
commit2c7b758f40e03bfb8f2545d5fe7a40ae9309990a (patch)
tree9c48fc764652c42394836f7937fe93ef145a6a26
parent3bf6360f7b9c3cf67479831932c6db3f7454eb6a (diff)
pandoc: disable test suite to fix the build
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 0183c0570a07..74b0882f4cbd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;