gnu: Remove ucd-next.
* gnu/packages/build-tools.scm (ucd-next): Delete variable.
This commit is contained in:
parent
411e60db26
commit
99e2d9595a
2 changed files with 1 additions and 15 deletions
|
@ -993,7 +993,7 @@ (define (find-ucd-files . names)
|
|||
(list
|
||||
bash-minimal python perl clisp
|
||||
;; Unicode data:
|
||||
ucd-next
|
||||
ucd
|
||||
;; Programs for the tests:
|
||||
cppi indent git-minimal/pinned autoconf))
|
||||
(home-page "https://www.gnu.org/software/gnulib/")
|
||||
|
|
|
@ -97,20 +97,6 @@ (define-public ucd
|
|||
test data for conformance to several important Unicode algorithms.")
|
||||
(license unicode)))
|
||||
|
||||
(define-public ucd-next
|
||||
(package
|
||||
(inherit ucd)
|
||||
(name "ucd")
|
||||
(version "15.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append "https://www.unicode.org/Public/zipped/" version
|
||||
"/UCD.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"133inqn33hcfvylmps63yjr6rrqrfq6x7a5hr5fd51z6yc0f9gaz"))))))
|
||||
|
||||
(define (unicode-emoji-file name version hash)
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Reference in a new issue