mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue