From 114a84e751efb5b9e96cc0009d40d2feb7055b1e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 21 Oct 2014 11:48:04 +0200 Subject: [PATCH] haskell-asn1-encoding: disable test suite to work around build errors on Linux/i686 https://github.com/vincenthz/hs-asn1/issues/12 --- pkgs/development/libraries/haskell/asn1-encoding/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/asn1-encoding/default.nix b/pkgs/development/libraries/haskell/asn1-encoding/default.nix index dae085dc8ef..cb35f70d1b5 100644 --- a/pkgs/development/libraries/haskell/asn1-encoding/default.nix +++ b/pkgs/development/libraries/haskell/asn1-encoding/default.nix @@ -10,6 +10,7 @@ cabal.mkDerivation (self: { testDepends = [ asn1Types hourglass mtl tasty tastyQuickcheck text ]; + doCheck = false; meta = { homepage = "http://github.com/vincenthz/hs-asn1"; description = "ASN1 data reader and writer in RAW, BER and DER forms";