gnu: libmicrohttpd: Enable parallel tests.

* gnu/packages/gnunet.scm (libmicrohttpd)[arguments]: Don't disable
parallel tests.
This commit is contained in:
Efraim Flashner 2019-03-07 21:59:17 +02:00
parent c4bfce994e
commit dcf4d01f30
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -163,8 +163,6 @@ (define-public libmicrohttpd
("libgcrypt" ,libgcrypt)
("openssl" ,openssl)
("zlib" ,zlib)))
(arguments
`(#:parallel-tests? #f))
(synopsis "C library implementing an HTTP 1.1 server")
(description
"GNU libmicrohttpd is a small, embeddable HTTP server implemented as a