gnu: Remove ucd-next.

* gnu/packages/build-tools.scm (ucd-next): Delete variable.
This commit is contained in:
Maxim Cournoyer 2023-03-30 23:29:47 -04:00
parent 411e60db26
commit 99e2d9595a
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 1 additions and 15 deletions

View file

@ -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/")

View file

@ -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)