From f3e8d77ebfe202d74465b6cd347a1d64029b5c8c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Oct 2013 14:26:14 +0200 Subject: [PATCH] haskell-cryptohash: disable test suite to avoid build errors https://github.com/vincenthz/hs-cryptohash/issues/17 --- pkgs/development/libraries/haskell/cryptohash/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/cryptohash/default.nix b/pkgs/development/libraries/haskell/cryptohash/default.nix index 5a99fbef80f..5ad655eb613 100644 --- a/pkgs/development/libraries/haskell/cryptohash/default.nix +++ b/pkgs/development/libraries/haskell/cryptohash/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { byteable HUnit QuickCheck testFramework testFrameworkHunit testFrameworkQuickcheck2 ]; + doCheck = false; meta = { homepage = "http://github.com/vincenthz/hs-cryptohash"; description = "collection of crypto hashes, fast, pure and practical";