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
|
aeson doctest filepath httpClient httpTypes HUnit lens lensAeson
|
||||||
temporary testFramework testFrameworkHunit text
|
temporary testFramework testFrameworkHunit text
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.serpentine.com/wreq";
|
homepage = "http://www.serpentine.com/wreq";
|
||||||
description = "An easy-to-use HTTP client library";
|
description = "An easy-to-use HTTP client library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user