mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
haskell-crypto-conduit: disable 'doCheck' to avoid test suite build errors
This commit is contained in:
parent
45d6e82c48
commit
2a5028bcc4
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
||||
cereal conduit cryptoApi cryptocipher cryptohash hspec skein
|
||||
transformers
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/meteficha/crypto-conduit";
|
||||
description = "Conduit interface for cryptographic operations (from crypto-api)";
|
||||
|
Loading…
Reference in New Issue
Block a user