libmicrohttpd: Disable tests

http://hydra.nixos.org/build/10584971
This commit is contained in:
Eelco Dolstra 2014-04-22 10:05:51 +02:00
parent f122e0e229
commit 6fec10dda3

@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
done
'';
doCheck = true;
# Disabled because the tests can time-out.
doCheck = false;
meta = {
description = "GNU libmicrohttpd, an embeddable HTTP server library";