From a0855b296c3db5ae575ef5a2f3ff4f1c7f746632 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Feb 2015 12:19:47 +0100 Subject: [PATCH] haskell-ng: more test suite failures --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 622daf6e48de..5bc10c0a0289 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -177,6 +177,7 @@ self: super: { # These packages try to access the network. concurrent-dns-cache = dontCheck super.concurrent-dns-cache; dbus = dontCheck super.dbus; # http://hydra.cryp.to/build/498404/log/raw + hadoop-rpc = dontCheck hadoop-rpc; # http://hydra.cryp.to/build/527461/nixlog/2/raw hasql = dontCheck super.hasql; # http://hydra.cryp.to/build/502489/nixlog/4/raw holy-project = dontCheck super.holy-project; # http://hydra.cryp.to/build/502002/nixlog/1/raw http-client = dontCheck super.http-client; # http://hydra.cryp.to/build/501430/nixlog/1/raw @@ -410,6 +411,9 @@ self: super: { # https://github.com/pixbi/duplo/issues/25 duplo = dontCheck super.duplo; + # https://github.com/seagreen/hjsonschema/issues/4 + hjsonschema = dontCheck super.hjsonschema; + } // { # Not on Hackage.