From ac09077e0cbc25a723c304746fde7aec54d29e66 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Apr 2013 13:19:25 +0200 Subject: [PATCH] haskell-crypto-conduit: revert "jailbreak to fix build with recent version of crypto-api" This reverts commit 471362de9532c5e73c90e3f62cf7bfe7d8779eb3. Accidentally committed in the wrong branch. --- pkgs/development/libraries/haskell/crypto-conduit/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/crypto-conduit/default.nix b/pkgs/development/libraries/haskell/crypto-conduit/default.nix index 183dd4a9228..eca7e52fe90 100644 --- a/pkgs/development/libraries/haskell/crypto-conduit/default.nix +++ b/pkgs/development/libraries/haskell/crypto-conduit/default.nix @@ -12,7 +12,6 @@ cabal.mkDerivation (self: { skein transformers ]; doCheck = false; - jailbreak = true; meta = { homepage = "https://github.com/meteficha/crypto-conduit"; description = "Conduit interface for cryptographic operations (from crypto-api)";