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.scm12
1 files changed, 10 insertions, 2 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index f2f7078459d..b4f811cf93a 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1405,8 +1405,16 @@ bootstrapping purposes.")
1405 ,(drop "langtools" 1405 ,(drop "langtools"
1406 "0nq5236fzxn3p6x8cgncl56mzcmsj07q9gymysnws4c8byc6n0qj")) 1406 "0nq5236fzxn3p6x8cgncl56mzcmsj07q9gymysnws4c8byc6n0qj"))
1407 ("hotspot-drop" 1407 ("hotspot-drop"
1408 ,(drop "hotspot" 1408 ,(origin
1409 "17bdv39n4lh8l5737c96f3xgamx4y305m067p01cywgp7zaddqws")) 1409 (method url-fetch)
1410 (uri (string-append
1411 "http://icedtea.classpath.org/downloads/drops"
1412 "/icedtea7/" version "/hotspot.tar.bz2"))
1413 (sha256
1414 (base32
1415 "17bdv39n4lh8l5737c96f3xgamx4y305m067p01cywgp7zaddqws"))
1416 (patches (search-patches
1417 "icedtea-7-hotspot-gcc-segfault-workaround.patch"))))
1410 ("ant" ,ant-bootstrap) 1418 ("ant" ,ant-bootstrap)
1411 ("attr" ,attr) 1419 ("attr" ,attr)
1412 ("coreutils" ,coreutils) 1420 ("coreutils" ,coreutils)