mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
haskell-tls: disable 'doCheck' to avoid build errors
Tests/Tests.hs:41:0: error: missing binary operator before token "("
This commit is contained in:
parent
36700ed68f
commit
924efa3aaa
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
||||
cereal certificate cprngAes cryptoPubkey cryptoRandomApi mtl
|
||||
QuickCheck testFramework testFrameworkQuickcheck2 time
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-tls";
|
||||
description = "TLS/SSL protocol native implementation (Server and Client)";
|
||||
|
Loading…
Reference in New Issue
Block a user