mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
haskell-http-client: disable test suite to fix the build
See issue <https://github.com/snoyberg/http-client/issues/11>.
This commit is contained in:
parent
d0ebac24e9
commit
e810997859
|
@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
|
|||
failure hspec httpTypes monadControl network text time transformers
|
||||
zlib zlibBindings
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/snoyberg/http-client";
|
||||
description = "An HTTP client engine, intended as a base layer for more user-friendly packages";
|
||||
|
|
Loading…
Reference in a new issue