guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: icedtea: Make icedtea-8 the default jdk.


From: Gábor Boskovits
Subject: 01/02: gnu: icedtea: Make icedtea-8 the default jdk.
Date: Tue, 24 Jul 2018 01:12:36 -0400 (EDT)

boskovits pushed a commit to branch staging
in repository guix.

commit 33aa65e0eee0e42b0610aab1f6a1086e51eb9fe1
Author: Gábor Boskovits <address@hidden>
Date:   Sun Jul 15 22:07:26 2018 +0200

    gnu: icedtea: Make icedtea-8 the default jdk.
    
    * gnu/packages/java.scm (icedtea): Point to icedtea-8.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 8d4a292..8e0a0bf 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1672,7 +1672,7 @@ new Date();"))
                  '("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]