haskell-HaTeX: disable test suite to fix the build

This commit is contained in:
Peter Simons 2019-11-29 20:56:59 +01:00
parent 5f3638bfda
commit 0d003266b0
1 changed files with 3 additions and 0 deletions

View File

@ -1308,4 +1308,7 @@ self: super: {
# Needs the corresponding version of haskell-src-exts.
haskell-src-exts-simple = super.haskell-src-exts-simple.override { haskell-src-exts = self.haskell-src-exts_1_22_0; };
# https://github.com/Daniel-Diaz/HaTeX/issues/144
HaTeX = dontCheck super.HaTeX;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super