gnu: Add texlive-collection-langczechslovak.

* gnu/packages/tex.scm (texlive-collection-langczechslovak): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 11:56:51 +02:00
parent de570ecd7e
commit b6c7c9b10a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -29879,6 +29879,34 @@ manipulation, mft, fontinst, etc. Manipulating OpenType, TrueType, Type 1,and
for manipulation of PostScript and other image formats.") for manipulation of PostScript and other image formats.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html")))) (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-langczechslovak
(package
(name "texlive-collection-langczechslovak")
(version (number->string %texlive-revision))
(source #f)
(build-system trivial-build-system)
(arguments (list #:builder #~(mkdir #$output)))
(propagated-inputs
(list texlive-babel-czech
texlive-babel-slovak
texlive-cnbwp
texlive-collection-basic
texlive-collection-latex
texlive-cs
texlive-csbulletin
texlive-cslatex
texlive-csplain
texlive-cstex
texlive-hyphen-complete
texlive-lshort-czech
texlive-lshort-slovak
texlive-vlna))
(home-page "https://www.tug.org/texlive/")
(synopsis "Support for Czech and Slovak")
(description
"This collection of packages provides support for Czech and Slovak.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-latex (define-public texlive-collection-latex
(package (package
(name "texlive-collection-latex") (name "texlive-collection-latex")