mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
haskell-x509: disable broken test suite to fix the build
https://github.com/vincenthz/hs-certificate/issues/35
This commit is contained in:
parent
3f6de398ae
commit
882e660997
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user