From e6b8f4de94c7b941453febe83a396391a9a9f6bc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Jan 2015 23:59:31 +0100 Subject: [PATCH] hakyll: fix build (by disabling the failing test suite) --- pkgs/development/haskell-modules/configuration-common.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fc522cac58c..8e97a3b2697 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -160,9 +160,6 @@ self: super: { # Upstream notified by e-mail. permutation = dontCheck super.permutation; - # Wants to call external processes that don't exist in our sandbox. - graceful = dontCheck super.graceful; - # https://github.com/jputcu/serialport/issues/25 serialport = dontCheck super.serialport; @@ -178,6 +175,8 @@ self: super: { # These packages try to execute non-existent external programs. cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw filestore = dontCheck super.filestore; + graceful = dontCheck super.graceful; + hakyll = dontCheck super.hakyll; Hclip = dontCheck super.Hclip; HList = dontCheck super.HList; memcached-binary = dontCheck super.memcached-binary;