mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
71aef8cbcd
commit
688adbf437
1 changed files with 1 additions and 0 deletions
|
@ -748,6 +748,7 @@ IcedTea build harness.")
|
|||
,@(if ,(target-ppc32?)
|
||||
`("--enable-jfr=no")
|
||||
'())
|
||||
"--disable-docs" ; This phase can take hours on slow machines.
|
||||
"--disable-downloading"
|
||||
"--disable-system-pcsc"
|
||||
"--disable-system-sctp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue