From 677ab5d03c3cb6534bb496afccb9ceaeffb8c831 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 May 2015 11:55:25 +0200 Subject: [PATCH] haskell-samoin: fix build by disabling the test suite --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9886a9e43b5d..abd07b9fd175 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -814,4 +814,7 @@ self: super: { # https://github.com/adamwalker/sdr/issues/1 sdr = dontCheck super.sdr; + # Reported upstream by e-mail. + smaoin = dontCheck super.smaoin; + }