gnu: Add texlive-xecyr.

* gnu/packages/tex.scm (texlive-xecyr): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 15:55:18 +02:00
parent f7295b10cc
commit 4fb5d377ff
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7317,6 +7317,24 @@ (define-public texlive-xecolor
without any problem.") without any problem.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-xecyr
(package
(name "texlive-xecyr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/xecyr/" "tex/xelatex/xecyr/")
(base32
"07qvxfnwha6iqzcv84ws074jdi8jn60h42l93jn037n3zj2qxkg8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xecyr")
(synopsis "Using Cyrillic languages in XeTeX")
(description
"This package provides helper tools for using Cyrillic languages with
XeLaTeX and @code{babel}.")
(license license:lppl1.3+)))
(define-public texlive-currfile (define-public texlive-currfile
(package (package
(name "texlive-currfile") (name "texlive-currfile")