haskell-crypto-conduit: re-generate expression with cabal2nix

This commit is contained in:
Peter Simons 2013-10-02 19:49:20 +02:00
parent eaa38dd941
commit 51aa0c05d8

View File

@ -11,8 +11,8 @@ cabal.mkDerivation (self: {
cereal conduit cryptoApi cryptocipher cryptohashCryptoapi hspec
skein transformers
];
doCheck = false;
jailbreak = true;
doCheck = false;
meta = {
homepage = "https://github.com/meteficha/crypto-conduit";
description = "Conduit interface for cryptographic operations (from crypto-api)";