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-19 12:36:10 +0200
committerPeter Simons <simons@cryp.to>2016-09-20 12:04:47 +0200
commitc999c9f636b862af1e6a0f671ab29ffe7c15038b (patch)
tree43523bf1fe994d02d3a7d826d20c7b5764a22464 /pkgs/development/haskell-modules/configuration-common.nix
parentc3974031ddb539424217517f162ba7539fde324b (diff)
downloadnixlib-c999c9f636b862af1e6a0f671ab29ffe7c15038b.tar
nixlib-c999c9f636b862af1e6a0f671ab29ffe7c15038b.tar.gz
nixlib-c999c9f636b862af1e6a0f671ab29ffe7c15038b.tar.bz2
nixlib-c999c9f636b862af1e6a0f671ab29ffe7c15038b.tar.lz
nixlib-c999c9f636b862af1e6a0f671ab29ffe7c15038b.tar.xz
nixlib-c999c9f636b862af1e6a0f671ab29ffe7c15038b.tar.zst
nixlib-c999c9f636b862af1e6a0f671ab29ffe7c15038b.zip
haskell-mongoDB: disable 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, 2 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ad898e3637af..45b458f7b3d1 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -275,8 +275,8 @@ self: super: {
   HerbiePlugin = dontCheck super.HerbiePlugin;
 
   # These packages try to access the network.
-  amqp-conduit = dontCheck super.amqp-conduit;
   amqp = dontCheck super.amqp;
+  amqp-conduit = dontCheck super.amqp-conduit;
   bitcoin-api = dontCheck super.bitcoin-api;
   bitcoin-api-extra = dontCheck super.bitcoin-api-extra;
   bitx-bitcoin = dontCheck super.bitx-bitcoin;          # http://hydra.cryp.to/build/926187/log/raw
@@ -289,6 +289,7 @@ self: super: {
   hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; });
   hoogle_5_0_4 = super.hoogle_5_0_4.override { haskell-src-exts = self.haskell-src-exts_1_18_2; };
   marmalade-upload = dontCheck super.marmalade-upload;  # http://hydra.cryp.to/build/501904/nixlog/1/raw
+  mongoDB = dontCheck super.mongoDB;
   network-transport-tcp = dontCheck super.network-transport-tcp;
   network-transport-zeromq = dontCheck super.network-transport-zeromq; # https://github.com/tweag/network-transport-zeromq/issues/30
   pipes-mongodb = dontCheck super.pipes-mongodb;        # http://hydra.cryp.to/build/926195/log/raw