haskell-wreq: disable the test suite to fix the build
https://github.com/NixOS/nixpkgs/pull/3795
This commit is contained in:
parent
0ba31c1e6d
commit
c1607dcd5a
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue