me
/
guix
Archived
1
0
Fork 0

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

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Simon South 2020-06-15 11:22:51 -04:00 committed by Efraim Flashner
parent 353bdae32f
commit 31ccd55176
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -855,7 +855,8 @@ machine.")))
`("--enable-bootstrap"
"--enable-nss"
"--without-rhino"
"--with-parallel-jobs"
,(string-append "--with-parallel-jobs="
(number->string (parallel-job-count)))
"--disable-downloading"
"--disable-tests"
,(string-append "--with-ecj="