mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01: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:
parent
d2540f80c2
commit
5452588c1a
1 changed files with 3 additions and 3 deletions
|
@ -186,7 +186,7 @@ (define-public ant
|
|||
|
||||
(define-public icedtea6
|
||||
(package
|
||||
(name "icedtea6")
|
||||
(name "icedtea")
|
||||
(version "1.13.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -514,7 +514,8 @@ (define-public icedtea6
|
|||
(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 @@ (define-public icedtea7
|
|||
"/icedtea7/" version "/" name ".tar.bz2"))
|
||||
(sha256 (base32 hash))))))
|
||||
(package (inherit icedtea6)
|
||||
(name "icedtea7")
|
||||
(version version)
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Reference in a new issue