From 47ecc24c4824aeff48cc8347c35f9ecb83beae8e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Oct 2013 17:05:22 +0200 Subject: [PATCH] haskell-HTTP-4000.2.8: cosmetic --- pkgs/development/libraries/haskell/HTTP/4000.2.8.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/HTTP/4000.2.8.nix b/pkgs/development/libraries/haskell/HTTP/4000.2.8.nix index 78c79fe3c3d8..09f0b25910b9 100644 --- a/pkgs/development/libraries/haskell/HTTP/4000.2.8.nix +++ b/pkgs/development/libraries/haskell/HTTP/4000.2.8.nix @@ -12,8 +12,8 @@ cabal.mkDerivation (self: { caseInsensitive conduit deepseq httpdShed httpTypes HUnit mtl network pureMD5 split testFramework testFrameworkHunit wai warp ]; - doCheck = false; jailbreak = true; + doCheck = false; meta = { homepage = "https://github.com/haskell/HTTP"; description = "A library for client-side HTTP";