gnu: Add texlive-latexconfig.

* gnu/packages/tex.scm (texlive-latexconfig): New variable.
master
Ricardo Wurmus 2019-07-14 12:52:35 +02:00
parent 1e39065d29
commit 57680dc2c5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 14 additions and 0 deletions

View File

@ -2610,6 +2610,20 @@ patterns supporting a number of Cyrillic font encodings, including T2,
UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.")
(license license:lppl))))
(define-public texlive-latexconfig
(package
(inherit (simple-texlive-package
"texlive-latexconfig"
(list "/tex/latex/latexconfig/")
(base32
"1wa7yhdpnz1nyidwgli68fyr33jn951bnniqrih5lj98k09rqc3h")
#:trivial? #t))
(home-page "https://www.tug.org/")
(synopsis "Configuration files for LaTeX-related formats")
(description "The package provides configuration files for LaTeX-related
formats.")
(license license:lppl)))
(define-public texlive-latex-base
(let ((texlive-dir
(lambda (dir hash)