From 2bc4e43aa31337a82728532a30691f7dd0c7b9a0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 1 Nov 2014 16:56:14 +0100 Subject: [PATCH] haskell-haskoin: jailbreak to fix build with latest version of 'lens' --- pkgs/development/libraries/haskell/haskoin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/haskoin/default.nix b/pkgs/development/libraries/haskell/haskoin/default.nix index d9b79e54efa..7d13d6e797b 100644 --- a/pkgs/development/libraries/haskell/haskoin/default.nix +++ b/pkgs/development/libraries/haskell/haskoin/default.nix @@ -18,8 +18,8 @@ cabal.mkDerivation (self: { mtl pbkdf QuickCheck split testFramework testFrameworkHunit testFrameworkQuickcheck2 text ]; - doCheck = false; jailbreak = true; + doCheck = false; meta = { homepage = "http://github.com/haskoin/haskoin"; description = "Implementation of the Bitcoin protocol";