From 882e660997e096dfb734a606834cf2e4c19e4a98 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 19 Oct 2014 15:10:02 +0200 Subject: [PATCH] haskell-x509: disable broken test suite to fix the build https://github.com/vincenthz/hs-certificate/issues/35 --- pkgs/development/libraries/haskell/x509/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/x509/default.nix b/pkgs/development/libraries/haskell/x509/default.nix index 579f0fbf4630..4e757f66d288 100644 --- a/pkgs/development/libraries/haskell/x509/default.nix +++ b/pkgs/development/libraries/haskell/x509/default.nix @@ -18,6 +18,7 @@ cabal.mkDerivation (self: { asn1Types cryptoPubkeyTypes HUnit mtl QuickCheck testFramework testFrameworkHunit testFrameworkQuickcheck2 time ]; + doCheck = false; meta = { homepage = "http://github.com/vincenthz/hs-certificate"; description = "X509 reader and writer";