From d58b4205c8c80cc190546420ddaecd646b252668 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 9 Sep 2013 10:02:18 +0200 Subject: [PATCH] haskell-thyme: disable unit tests https://github.com/liyang/thyme/issues/4 --- pkgs/development/libraries/haskell/thyme/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/thyme/default.nix b/pkgs/development/libraries/haskell/thyme/default.nix index 7d79881127d..dde2b0942f5 100644 --- a/pkgs/development/libraries/haskell/thyme/default.nix +++ b/pkgs/development/libraries/haskell/thyme/default.nix @@ -15,6 +15,7 @@ cabal.mkDerivation (self: { attoparsec Cabal filepath lens QuickCheck random systemPosixRedirect text time vectorSpace ]; + check = false; meta = { homepage = "https://github.com/liyang/thyme"; description = "A faster time library";