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-10-01 19:35:10 +0200
committerPeter Simons <simons@cryp.to>2016-10-01 19:37:13 +0200
commit8b5c1190d61fc935977ad3e7353d9a78e0b8be77 (patch)
tree4c35a3355f906d049af5488cfba7753e4c59ecd1 /pkgs/development/haskell-modules/configuration-common.nix
parent539e9fc80c83e4277f9e18b4c8324a4ff4b586d4 (diff)
downloadnixlib-8b5c1190d61fc935977ad3e7353d9a78e0b8be77.tar
nixlib-8b5c1190d61fc935977ad3e7353d9a78e0b8be77.tar.gz
nixlib-8b5c1190d61fc935977ad3e7353d9a78e0b8be77.tar.bz2
nixlib-8b5c1190d61fc935977ad3e7353d9a78e0b8be77.tar.lz
nixlib-8b5c1190d61fc935977ad3e7353d9a78e0b8be77.tar.xz
nixlib-8b5c1190d61fc935977ad3e7353d9a78e0b8be77.tar.zst
nixlib-8b5c1190d61fc935977ad3e7353d9a78e0b8be77.zip
haskell-store: disable spuriously failing test suite
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 7504c40626a3..8e5415ca4ab8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1014,4 +1014,7 @@ self: super: {
   # https://github.com/pontarius/pontarius-xmpp/issues/105
   pontarius-xmpp = dontCheck super.pontarius-xmpp;
 
+  # https://github.com/fpco/store/issues/77
+  store = dontCheck super.store;
+
 }