mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 21:41:15 +02:00
gnu: icedtea6, icedtea7: Rename package to "icedtea".
* gnu/packages/java.scm (icedtea6): Change package name to "icedtea". (icedtea7): Inherit package name.
This commit is contained in:
@@ -186,7 +186,7 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
||||
|
||||
(define-public icedtea6
|
||||
(package
|
||||
(name "icedtea6")
|
||||
(name "icedtea")
|
||||
(version "1.13.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
@@ -514,7 +514,8 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
||||
(alist-replace
|
||||
'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((doc (string-append (assoc-ref outputs "doc") "/share/doc/" ,name))
|
||||
(let ((doc (string-append (assoc-ref outputs "doc")
|
||||
"/share/doc/icedtea"))
|
||||
(jre (assoc-ref outputs "out"))
|
||||
(jdk (assoc-ref outputs "jdk")))
|
||||
(copy-recursively "openjdk.build/docs" doc)
|
||||
@@ -585,7 +586,6 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
||||
"/icedtea7/" version "/" name ".tar.bz2"))
|
||||
(sha256 (base32 hash))))))
|
||||
(package (inherit icedtea6)
|
||||
(name "icedtea7")
|
||||
(version version)
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
||||
Reference in New Issue
Block a user