forked from mirrors/nixpkgs
haskell-wreq: disable check phase, it requires network
This commit is contained in:
parent
35d2c4b741
commit
49d62325ea
|
@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
|||
aeson doctest filepath httpClient httpTypes HUnit lens temporary
|
||||
testFramework testFrameworkHunit text
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://www.serpentine.com/wreq";
|
||||
description = "An easy-to-use HTTP client library";
|
||||
|
|
Loading…
Reference in a new issue