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.
This commit is contained in:
Peter Simons 2021-03-19 20:45:51 +01:00
parent 27abb2ef12
commit f17596c260

View file

@ -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