guix-commits
[Top][All Lists]
Advanced

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

224/243: gnu: Add texlive-collection-langpolish.


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

ngz pushed a commit to branch master
in repository guix.

commit 51e14cd79787f890d01c0b911d6fd19dc1ec3a7a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:26:09 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fbe6247f95..cbb6a6deae 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34190,6 +34190,37 @@ simply on the size of the support.")
     (description "This collection provides support packages for Italian.")
     (license (license:fsf-free "https://www.tug.org/texlive/copying.html";))))
 
+(define-public texlive-collection-langpolish
+  (package
+    (name "texlive-collection-langpolish")
+    (version (number->string %texlive-revision))
+    (source #f)
+    (build-system trivial-build-system)
+    (arguments (list #:builder #~(mkdir #$output)))
+    (propagated-inputs
+     (list texlive-babel-polish
+           texlive-bredzenie
+           texlive-cc-pl
+           texlive-collection-basic
+           texlive-collection-latex
+           texlive-gustlib
+           texlive-gustprog
+           texlive-hyphen-complete
+           texlive-lshort-polish
+           texlive-mex
+           texlive-mwcls
+           texlive-pl
+           texlive-polski
+           texlive-przechlewski-book
+           texlive-qpxqtx
+           texlive-tap
+           texlive-tex-virtual-academy-pl
+           texlive-utf8mex))
+    (home-page "https://www.tug.org/texlive/";)
+    (synopsis "Support for Polish")
+    (description "This collection provides support packages for Polish.")
+    (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]