haskell-wreq: disable the test suite to fix the build

https://github.com/NixOS/nixpkgs/pull/3795
This commit is contained in:
Peter Simons 2014-08-26 12:24:52 +02:00
parent 0ba31c1e6d
commit c1607dcd5a
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
aeson doctest filepath httpClient httpTypes HUnit lens lensAeson
temporary testFramework testFrameworkHunit text
];
doCheck = false;
meta = {
homepage = "http://www.serpentine.com/wreq";
description = "An easy-to-use HTTP client library";