mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 @@ (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"
|
||||
|
|
Loading…
Reference in a new issue