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

* gnu/packages/java.scm (icedtea-7)[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:54 -04:00 committed by Efraim Flashner
parent 2fab54f397
commit e3b91b799d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1229,6 +1229,8 @@ (define-public icedtea-7
"--enable-bootstrap"
"--enable-nss"
"--without-rhino"
,(string-append "--with-parallel-jobs="
(number->string (parallel-job-count)))
"--disable-downloading"
"--disable-tests" ;they are run in the check phase instead
"--with-openjdk-src-dir=./openjdk.src"