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