gnu: Add texlive-texaccents.

* gnu/packages/tex.scm (texlive-texaccents): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-16 17:24:38 +02:00
parent a9ea71d9f6
commit 7490ea97d5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6224,6 +6224,28 @@ (define-public texlive-tex4ebook
the conversion engine.")
(license license:lppl1.3+)))
(define-public texlive-texaccents
(package
(name "texlive-texaccents")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/texaccents.1"
"doc/man/man1/texaccents.man1.pdf"
"doc/support/texaccents/"
"scripts/texaccents/"
"source/support/texaccents/")
(base32
"1kh4cpvrxgcvnmzxgb3my4jawyqd4348cy6h195346pvdb5xsphh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/texaccents")
(synopsis "Convert composite accented characters to Unicode")
(description
"This small utility, written in SNOBOL, converts the composition of
special characters to Unicode.")
(license license:expat)))
(define-public texlive-texdraw
(package
(name "texlive-texdraw")