guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 03/03: gnu: icedtea-8: Don't build the docs.
Date: Thu, 21 Dec 2023 01:13:06 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 2a3e75fe427bdd8f0a5a87a3d32d8a435868940a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 9 08:26:15 2023 +0200

    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
---
 gnu/packages/java.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index ed3cb3e317..3b6cb21c52 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -742,6 +742,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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]