gnu: OpenSSL: Enable parallel build.

* gnu/packages/tls.scm (openssl)[arguments]: Remove #:parallel-build?.
This commit is contained in:
Marius Bakke 2020-01-14 18:04:09 +01:00
parent 391ee9c320
commit 88b525270d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -320,8 +320,7 @@ (define-public openssl
"static")) ;6.4 MiB of .a files
(native-inputs `(("perl" ,perl)))
(arguments
`(#:parallel-build? #f
#:parallel-tests? #f
`(#:parallel-tests? #f
#:test-target "test"
;; Changes to OpenSSL sometimes cause Perl to "sneak in" to the closure,