guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

242/243: gnu: Add texlive-collection-langspanish.


From: guix-commits
Subject: 242/243: gnu: Add texlive-collection-langspanish.
Date: Fri, 11 Aug 2023 08:46:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6f321c0de458628f23c9cb6457c9bfe35250024c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:34:41 2023 +0200

    gnu: Add texlive-collection-langspanish.
    
    * gnu/packages/tex.scm (texlive-collection-langspanish): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f5a89794e4..a2e4ac51f5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]