me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-collection-langspanish.

* gnu/packages/tex.scm (texlive-collection-langspanish): New variable.
Nicolas Goaziou 2023-08-11 00:34:41 +02:00
parent d5c6222958
commit 6f321c0de4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -34548,6 +34548,29 @@ simply on the size of the support.")
(description "This collection provides support packages for Portuguese.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-langspanish
(package
(name "texlive-collection-langspanish")
(version (number->string %texlive-revision))
(source #f)
(build-system trivial-build-system)
(arguments (list #:builder #~(mkdir #$output)))
(propagated-inputs
(list texlive-babel-catalan
texlive-babel-galician
texlive-babel-spanish
texlive-collection-basic
texlive-es-tex-faq
texlive-hyphen-complete
texlive-l2tabu-spanish
texlive-latex2e-help-texinfo-spanish
texlive-latexcheat-esmx
texlive-lshort-spanish))
(home-page "https://www.tug.org/texlive/")
(synopsis "Support for Spanish")
(description "This collection provides support packages for Spanish.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-latex
(package
(name "texlive-collection-latex")