diff --git a/pkgs/development/libraries/haskell/haskoin/default.nix b/pkgs/development/libraries/haskell/haskoin/default.nix index d063cc919fc8..d9b79e54efa5 100644 --- a/pkgs/development/libraries/haskell/haskoin/default.nix +++ b/pkgs/development/libraries/haskell/haskoin/default.nix @@ -19,6 +19,7 @@ cabal.mkDerivation (self: { testFrameworkQuickcheck2 text ]; doCheck = false; + jailbreak = true; meta = { homepage = "http://github.com/haskoin/haskoin"; description = "Implementation of the Bitcoin protocol";