From 51aa0c05d893901aa738faa83fe0249950d9912e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 2 Oct 2013 19:49:20 +0200 Subject: [PATCH] haskell-crypto-conduit: re-generate expression with cabal2nix --- pkgs/development/libraries/haskell/crypto-conduit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/crypto-conduit/default.nix b/pkgs/development/libraries/haskell/crypto-conduit/default.nix index c7701097c699..82c742ae0295 100644 --- a/pkgs/development/libraries/haskell/crypto-conduit/default.nix +++ b/pkgs/development/libraries/haskell/crypto-conduit/default.nix @@ -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)";