pandoc: disable the test suite to fix the build

It seems like a recent update of a dependency has broken ~7 tests in Pandoc.
Upstream is aware of the issue.
wip/yesman
Peter Simons 3 years ago
parent 27abb2ef12
commit f17596c260
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1669,4 +1669,7 @@ self: super: {
# test suite doesn't compile anymore due to changed hunit/tasty APIs
fullstop = dontCheck super.fullstop;
# https://github.com/jgm/pandoc/issues/7163
pandoc = dontCheck super.pandoc;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save