mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: icedtea: Make icedtea-8 the default jdk.
* gnu/packages/java.scm (icedtea): Point to icedtea-8.
This commit is contained in:
parent
4b7e861b59
commit
33aa65e0ee
1 changed files with 1 additions and 1 deletions
|
@ -1672,7 +1672,7 @@ (define-public icedtea-8
|
|||
'("jdk" "openjdk-src" "corba-drop" "jaxp-drop" "jaxws-drop"
|
||||
"jdk-drop" "langtools-drop" "hotspot-drop")))))))
|
||||
|
||||
(define-public icedtea icedtea-7)
|
||||
(define-public icedtea icedtea-8)
|
||||
|
||||
|
||||
(define-public ant/java8
|
||||
|
|
Loading…
Reference in a new issue