gnu: Add texlive-greek-inputenc.

* gnu/packages/tex.scm (texlive-greek-inputenc): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 16:38:11 +02:00
parent ee507b7af5
commit 48ef9e7acf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11516,6 +11516,25 @@ (define-public texlive-graphics-pln
provides the LaTeX picture mode to Plain TeX users.")
(license license:lppl1.0+)))
(define-public texlive-greek-inputenc
(package
(name "texlive-greek-inputenc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/greek-inputenc/"
"tex/latex/greek-inputenc/")
(base32
"1vifrgxwx92c44vmic9x7y65fl6lcmlavqq63dakl922ijlssrb1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/greek-inputenc")
(synopsis "Greek encoding support for @code{inputenc}")
(description
"The bundle provides UTF-8, Macintosh Greek encoding and ISO 8859-7
definition files for use with @code{inputenc}.")
(license license:lppl1.3+)))
(define-public texlive-gtl
(package
(name "texlive-gtl")