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:
parent
27abb2ef12
commit
f17596c260
@ -1669,4 +1669,7 @@ self: super: {
|
|||||||
# test suite doesn't compile anymore due to changed hunit/tasty APIs
|
# test suite doesn't compile anymore due to changed hunit/tasty APIs
|
||||||
fullstop = dontCheck super.fullstop;
|
fullstop = dontCheck super.fullstop;
|
||||||
|
|
||||||
|
# https://github.com/jgm/pandoc/issues/7163
|
||||||
|
pandoc = dontCheck super.pandoc;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
Loading…
x
Reference in New Issue
Block a user