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>2016-09-18 11:40:24 +0200
committerPeter Simons <simons@cryp.to>2016-09-18 12:14:49 +0200
commit806d96b6a3c6036940494a27c7d91b7cf0ea1337 (patch)
treee3b04d62c720bac50b1959172726c0c1e9efd0ac /pkgs/development/haskell-modules/configuration-common.nix
parent59e0dff09fd11fce65ec9b75be7fa0d16b1ea006 (diff)
downloadnixlib-806d96b6a3c6036940494a27c7d91b7cf0ea1337.tar
nixlib-806d96b6a3c6036940494a27c7d91b7cf0ea1337.tar.gz
nixlib-806d96b6a3c6036940494a27c7d91b7cf0ea1337.tar.bz2
nixlib-806d96b6a3c6036940494a27c7d91b7cf0ea1337.tar.lz
nixlib-806d96b6a3c6036940494a27c7d91b7cf0ea1337.tar.xz
nixlib-806d96b6a3c6036940494a27c7d91b7cf0ea1337.tar.zst
nixlib-806d96b6a3c6036940494a27c7d91b7cf0ea1337.zip
git-annex: test suite fails, reported upstream
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 79450756ca67..a3bfa87f6352 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -46,6 +46,7 @@ self: super: {
       sha256 = "0an1rafbv48m04g7crfj2qrk64d98yrjn2z4hfv2pybwmqdmx78z";
       rev = drv.version;
     };
+    doCheck = false;  # version 6.20160907 has a test suite failure; reported upstream
   })).overrideScope (self: super: {
     # https://github.com/prowdsponsor/esqueleto/issues/137
     persistent = self.persistent_2_2_4_1;