about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-21 11:48:04 +0200
committerPeter Simons <simons@cryp.to>2014-10-21 15:36:21 +0200
commit114a84e751efb5b9e96cc0009d40d2feb7055b1e (patch)
tree031c200b1b4f2f89516f7d0f64a97569278a34b0 /pkgs/development/libraries
parent50be0d544766eaa0e6fa4faa562073996ac352d7 (diff)
downloadnixlib-114a84e751efb5b9e96cc0009d40d2feb7055b1e.tar
nixlib-114a84e751efb5b9e96cc0009d40d2feb7055b1e.tar.gz
nixlib-114a84e751efb5b9e96cc0009d40d2feb7055b1e.tar.bz2
nixlib-114a84e751efb5b9e96cc0009d40d2feb7055b1e.tar.lz
nixlib-114a84e751efb5b9e96cc0009d40d2feb7055b1e.tar.xz
nixlib-114a84e751efb5b9e96cc0009d40d2feb7055b1e.tar.zst
nixlib-114a84e751efb5b9e96cc0009d40d2feb7055b1e.zip
haskell-asn1-encoding: disable test suite to work around build errors on Linux/i686
https://github.com/vincenthz/hs-asn1/issues/12
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/asn1-encoding/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/asn1-encoding/default.nix b/pkgs/development/libraries/haskell/asn1-encoding/default.nix
index dae085dc8ef1..cb35f70d1b58 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";