gnu: icedtea6: Rename to icedtea-6.

* gnu/packages/java.scm (icedtea6): Rename variable to...
(icedtea-6): ...this.
This commit is contained in:
Ricardo Wurmus 2015-12-30 14:33:11 +01:00
parent 5452588c1a
commit d028740622

View file

@ -184,7 +184,7 @@ (define-public ant
build process and its dependencies, whereas Make uses Makefile format.")
(license license:asl2.0)))
(define-public icedtea6
(define-public icedtea-6
(package
(name "icedtea")
(version "1.13.9")
@ -585,7 +585,7 @@ (define-public icedtea7
"http://icedtea.classpath.org/download/drops/"
"/icedtea7/" version "/" name ".tar.bz2"))
(sha256 (base32 hash))))))
(package (inherit icedtea6)
(package (inherit icedtea-6)
(version version)
(source (origin
(method url-fetch)
@ -616,7 +616,7 @@ (define-public icedtea7
#:tests? #f
;; Apparently, the C locale is needed for some of the tests.
#:locale "C"
,@(substitute-keyword-arguments (package-arguments icedtea6)
,@(substitute-keyword-arguments (package-arguments icedtea-6)
((#:modules modules)
`((ice-9 match)
(srfi srfi-26)
@ -738,7 +738,7 @@ (define-public icedtea7
("hotspot-drop"
,(drop "hotspot"
"03pggsrhkzpjnj939vhr3b7mcrhfp22b7yg3hkx52kcv8dqkg3yx"))
,@(fold alist-delete (package-native-inputs icedtea6)
,@(fold alist-delete (package-native-inputs icedtea-6)
'("openjdk6-src")))))))
(define-public icedtea icedtea7)