gnu: OpenSSL: Enable parallel build.
* gnu/packages/tls.scm (openssl)[arguments]: Remove #:parallel-build?.
This commit is contained in:
parent
391ee9c320
commit
88b525270d
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue