summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-11-29 20:56:59 +0100
committerPeter Simons <simons@cryp.to>2019-11-29 21:51:32 +0100
commit0d003266b0abc0ab5ec70255ae5b3b824fd79369 (patch)
tree8d47387781fdc2b99876f8d03104714be77a7dd4 /pkgs/development/haskell-modules/configuration-common.nix
parent5f3638bfda678c0f24dd8a41736476f45ed36fa6 (diff)
downloadnixpkgs-0d003266b0abc0ab5ec70255ae5b3b824fd79369.tar
nixpkgs-0d003266b0abc0ab5ec70255ae5b3b824fd79369.tar.gz
nixpkgs-0d003266b0abc0ab5ec70255ae5b3b824fd79369.tar.bz2
nixpkgs-0d003266b0abc0ab5ec70255ae5b3b824fd79369.tar.lz
nixpkgs-0d003266b0abc0ab5ec70255ae5b3b824fd79369.tar.xz
nixpkgs-0d003266b0abc0ab5ec70255ae5b3b824fd79369.tar.zst
nixpkgs-0d003266b0abc0ab5ec70255ae5b3b824fd79369.zip
haskell-HaTeX: disable test suite to fix the build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 6c1ffd12125..4a9245f45e2 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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