From 757a690e2e17862cf0a7328cd661675eb2ebd21f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 5 Mar 2014 15:14:30 +0100 Subject: [PATCH] haskell-hsini: disable test suite to avoid build errors caused by a bogus cabal file --- pkgs/development/libraries/haskell/hsini/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/hsini/default.nix b/pkgs/development/libraries/haskell/hsini/default.nix index 256b6995af1d..45e03ad71441 100644 --- a/pkgs/development/libraries/haskell/hsini/default.nix +++ b/pkgs/development/libraries/haskell/hsini/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { HUnit mtl parsec QuickCheck testFramework testFrameworkHunit testFrameworkQuickcheck2 testFrameworkTh ]; + doCheck = false; meta = { description = "Package for user configuration files (INI)"; license = self.stdenv.lib.licenses.bsd3;