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>2015-03-30 15:35:36 +0200
committerPeter Simons <simons@cryp.to>2015-03-30 16:43:56 +0200
commitaba61babe3247db73d0d73a3e9390c7f132e76b0 (patch)
tree1bb289ad1547cb4096f624b82266fc32266100ad /pkgs/development/haskell-modules/configuration-common.nix
parent179f1b788f978ca2e2f445eea8375ff5463300ce (diff)
downloadnixpkgs-aba61babe3247db73d0d73a3e9390c7f132e76b0.tar
nixpkgs-aba61babe3247db73d0d73a3e9390c7f132e76b0.tar.gz
nixpkgs-aba61babe3247db73d0d73a3e9390c7f132e76b0.tar.bz2
nixpkgs-aba61babe3247db73d0d73a3e9390c7f132e76b0.tar.lz
nixpkgs-aba61babe3247db73d0d73a3e9390c7f132e76b0.tar.xz
nixpkgs-aba61babe3247db73d0d73a3e9390c7f132e76b0.tar.zst
nixpkgs-aba61babe3247db73d0d73a3e9390c7f132e76b0.zip
haskell-pandoc: disable test suite to fix the build
The errors look harmless. Reported upstream at https://github.com/jgm/pandoc/issues/2036.
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 5332ca6df42..d3363703f7a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -601,6 +601,9 @@ self: super: {
   # https://github.com/junjihashimoto/test-sandbox-compose/issues/2
   test-sandbox-compose = dontCheck super.test-sandbox-compose;
 
+  # https://github.com/jgm/pandoc/issues/2045
+  pandoc = dontCheck super.pandoc;
+
   # Broken by GLUT update.
   Monadius = markBroken super.Monadius;