me
/
guix
Archived
1
0
Fork 0

gnu: texlive-unicode-data: Refresh package definition.

* gnu/packages/tex.scm (texlive-unicode-data): Remove SIMPLE-TEXLIVE-PACKAGE
call.
Nicolas Goaziou 2023-05-16 00:09:27 +02:00
parent 13c3ec8ba7
commit c279e3bddb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 12 additions and 8 deletions

View File

@ -756,14 +756,18 @@ affected).")
(define-public texlive-unicode-data (define-public texlive-unicode-data
(package (package
(inherit (simple-texlive-package (name "texlive-unicode-data")
"texlive-unicode-data" (version (number->string %texlive-revision))
(list "/tex/generic/unicode-data/" (source (texlive-origin
"/doc/generic/unicode-data/") name version
(base32 (list "doc/generic/unicode-data/"
"1d41zvjsig7sqf2j2m89dnbv3gicpb16r04b4ikps4gabhbky83k") "tex/generic/unicode-data/")
#:trivial? #t)) (base32
(home-page "https://www.ctan.org/pkg/unicode-data") "1d41zvjsig7sqf2j2m89dnbv3gicpb16r04b4ikps4gabhbky83k")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:texlive-latex-base #f))
(home-page "https://ctan.org/pkg/unicode-data")
(synopsis "Unicode data and loaders for TeX") (synopsis "Unicode data and loaders for TeX")
(description "This bundle provides generic access to Unicode Consortium (description "This bundle provides generic access to Unicode Consortium
data for TeX use. It contains a set of text files provided by the Unicode data for TeX use. It contains a set of text files provided by the Unicode