gnu: icedtea-8: Don't build the docs.

* gnu/packages/java.scm (icedtea-8)[arguments]: Add a configure-flag to
skip building the docs.

Change-Id: I4a8cfb869cf38bc879ea72a85e0e783a4a759500
This commit is contained in:
Efraim Flashner 2023-11-09 08:26:15 +02:00 committed by Ludovic Courtès
parent 71aef8cbcd
commit 688adbf437
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -748,6 +748,7 @@ (define-public icedtea-8
,@(if ,(target-ppc32?)
`("--enable-jfr=no")
'())
"--disable-docs" ; This phase can take hours on slow machines.
"--disable-downloading"
"--disable-system-pcsc"
"--disable-system-sctp"