summaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r--gnu/packages/java.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index ddf141564f5..fce83f7cdac 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1570,7 +1570,11 @@ new Date();"))))
1570 (synopsis "Java development kit") 1570 (synopsis "Java development kit")
1571 (description 1571 (description
1572 "This package provides the Java development kit OpenJDK.") 1572 "This package provides the Java development kit OpenJDK.")
1573 (license license:gpl2+))) 1573 (license license:gpl2+)
1574 (properties
1575 ;; At least on a Blackbird powerpc64le machine, the build takes more than
1576 ;; the default 3600s of silent timeout.
1577 `((max-silent-time . ,(* 3600 2))))))
1574 1578
1575(define-syntax make-openjdk 1579(define-syntax make-openjdk
1576 ;; Return an OpenJDK package at VERSION with checksum HASH, using BOOTSTRAP, 1580 ;; Return an OpenJDK package at VERSION with checksum HASH, using BOOTSTRAP,