gnu: libmicrohttpd: Enable parallel tests.
* gnu/packages/gnunet.scm (libmicrohttpd)[arguments]: Don't disable parallel tests.
This commit is contained in:
parent
c4bfce994e
commit
dcf4d01f30
|
@ -163,8 +163,6 @@ tool to extract metadata from a file and print the results.")
|
||||||
("libgcrypt" ,libgcrypt)
|
("libgcrypt" ,libgcrypt)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
|
||||||
`(#:parallel-tests? #f))
|
|
||||||
(synopsis "C library implementing an HTTP 1.1 server")
|
(synopsis "C library implementing an HTTP 1.1 server")
|
||||||
(description
|
(description
|
||||||
"GNU libmicrohttpd is a small, embeddable HTTP server implemented as a
|
"GNU libmicrohttpd is a small, embeddable HTTP server implemented as a
|
||||||
|
|
Loading…
Reference in New Issue