gnu: icedtea-8: Build in parallel using correct number of jobs.

* gnu/packages/java.scm (icedtea-8)[arguments]<#:configure-flags>: Add
"--with-parallel-jobs".

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Simon South 2020-06-15 11:22:56 -04:00 committed by Efraim Flashner
parent 672ac09586
commit cf8799254f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1762,6 +1762,8 @@ (define-public icedtea-8
`( ;;"--disable-bootstrap"
"--enable-bootstrap"
"--enable-nss"
,(string-append "--with-parallel-jobs="
(number->string (parallel-job-count)))
"--disable-downloading"
"--disable-system-pcsc"
"--disable-system-sctp"