gnu: icedtea Work around gcc segfault.
* gnu/packages/java.scm (icedtea-8)[native-inputs]: Add icedtea-7 patch to hotspot.
This commit is contained in:
parent
86163a017b
commit
673135df30
|
@ -1603,8 +1603,16 @@ new Date();"))
|
||||||
,(drop "langtools"
|
,(drop "langtools"
|
||||||
"15wizy123vhk40chl1b4p552jf2pw2hdww0myf11qab425axz4nw"))
|
"15wizy123vhk40chl1b4p552jf2pw2hdww0myf11qab425axz4nw"))
|
||||||
("hotspot-drop"
|
("hotspot-drop"
|
||||||
,(drop "hotspot"
|
,(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"http://icedtea.classpath.org/download/drops"
|
||||||
|
"/icedtea8/" version "/hotspot.tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
"1ciz1w9j0kz7s1dxdhyqq71nla9icyz6qvn0b9z2zgkklqa98qmm"))
|
"1ciz1w9j0kz7s1dxdhyqq71nla9icyz6qvn0b9z2zgkklqa98qmm"))
|
||||||
|
(patches (search-patches
|
||||||
|
"icedtea-7-hotspot-gcc-segfault-workaround.patch"))))
|
||||||
("nashorn-drop"
|
("nashorn-drop"
|
||||||
,(drop "nashorn"
|
,(drop "nashorn"
|
||||||
"19pzl3ppaw8j6r5cnyp8qiw3hxijh3hdc46l39g5yfhdl4pr4hpa"))
|
"19pzl3ppaw8j6r5cnyp8qiw3hxijh3hdc46l39g5yfhdl4pr4hpa"))
|
||||||
|
|
Loading…
Reference in New Issue