From 2ab7e1d95026fd82189a958b25cbc1d8fa87fd07 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Jan 2015 16:37:55 +0100 Subject: [PATCH] disable test suites for graceful and serialport. --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 28eb502ceed..bdf625d4392 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -162,6 +162,12 @@ 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; + } // { # Not on Hackage yet.