aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-11-09 08:26:15 +0200
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:17 +0200
commit688adbf4377741f99a9e5a7d0a6a59c8473dbecd (patch)
tree7bbb025217ef1cd473544ef3d566d474461a32c5
parent71aef8cbcd9c1ff29da1c055115ee4caedff32f6 (diff)
downloadguix-688adbf4377741f99a9e5a7d0a6a59c8473dbecd.tar.gz
guix-688adbf4377741f99a9e5a7d0a6a59c8473dbecd.zip
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
-rw-r--r--gnu/packages/java.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 9faf1b1877..eba0dd42bf 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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"
ord-utils.scm?id=eef9e0ee8fc7201020a3ef31c28a07023e23dc0c'>gnu: rofi-pass: Update to 2.0.2-0.8aa6b92.John Kehayias 2024-06-11gnu: keepassxc: Update to 2.7.8.Timotej Lazar 2024-04-06gnu: go-github-com-mattn-go-zglob: Move to golang-xyz.Sharlatan Hellseher 2024-03-26gnu: Add zxcvbn-c.Efraim Flashner 2024-03-17gnu: keepassxc: Update to 2.7.7.Nicolas Goaziou 2024-03-12gnu: ssh-to-age: Update to 1.1.7.Giacomo Leidi 2024-03-01gnu: Add bruteforce-salted-openssl.Guillaume Le Vaillant 2024-03-01gnu: bruteforce-luks: Update to 1.4.1.Guillaume Le Vaillant 2024-02-26gnu: Add pass-coffinChristian Miller via Guix-patches via 2024-02-13gnu: go-golang-org-x-sys: Move to golang-build.Sharlatan Hellseher 2024-02-13gnu: qtpass: Switch to qt-build-system and new package style.Timotej Lazar 2024-02-13gnu: qtpass: Update to 1.4.0.Timotej Lazar 2024-01-28gnu: go-filippo-io-edwards25519: Move to (gnu packages golang-crypto).Sharlatan Hellseher 2023-12-23gnu: argon2: Fix cross-compilation.Leo Nikkilä 2023-12-10gnu: keepassxc: Record file name of ‘xclip’ and ‘wl-copy’.Ludovic Courtès 2023-11-04gnu: password-store: Add missing ‘tail’ input.Clément Lassieur 2023-09-28gnu: keepassxc: Switch to qt-build-system.Timotej Lazar 2023-09-19gnu: keepassxc: Update to 2.7.6.Efraim Flashner 2023-08-31gnu: xkcdpass: Update to 1.19.4.宋文武 2023-08-02gnu: john-the-ripper-jumbo: Fix compilation with GCC 11+.Jakob Kirsch 2023-07-22gnu: tessen: Update to 2.2.1.Hilton Chain 2023-07-16gnu: yapet: Fix documentation directory.Tobias Geerinckx-Rice 2023-07-16gnu: yapet: Update to 2.6.Tobias Geerinckx-Rice 2023-07-16gnu: passwdqc: Update to 2.0.3.Tobias Geerinckx-Rice 2023-07-16gnu: otpclient: Update to 3.1.9.Tobias Geerinckx-Rice 2023-07-16gnu: hydra: Update to 9.5.Tobias Geerinckx-Rice 2023-07-11gnu: keepassxc: Fix broken home-page url.jgart 2023-07-05gnu: Add passwdqc.flabbergasted 2023-07-01gnu: password-store: Fix program name in usage and tmpdir.Tobias Kortkamp 2023-06-14gnu: browserpass-native: Use new package style.Timotej Lazar 2023-06-14gnu: browserpass-native: Update to 3.1.0.Timotej Lazar 2023-06-11gnu: Add otpclient.Liliana Marie Prikler 2023-06-04gnu: keepassxc: Update to 2.7.5.Efraim Flashner