1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-HTTP-4000.2.13: disable test suite to fix the build

https://github.com/haskell/HTTP/issues/60
This commit is contained in:
Peter Simons 2014-05-04 12:40:58 +02:00
parent cfb6902526
commit a2ae6ebb7b

View file

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
network pureMD5 split testFramework testFrameworkHunit wai warp
];
jailbreak = true;
doCheck = false;
meta = {
homepage = "https://github.com/haskell/HTTP";
description = "A library for client-side HTTP";