guix-commits
[Top][All Lists]
Advanced

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

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


From: Gábor Boskovits
Subject: 01/01: gnu: icedtea: Make icedtea-8 the default jdk.
Date: Sun, 15 Jul 2018 16:11:11 -0400 (EDT)

boskovits pushed a commit to branch wip-java8
in repository guix.

commit e2066bd025e7263d45b83afb864bf0fb02ec2f83
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 a7d5c9f..ac195db 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]