From 2c7b758f40e03bfb8f2545d5fe7a40ae9309990a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 18 Dec 2020 13:47:12 +0100 Subject: pandoc: disable test suite to fix the build --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3