ngz pushed a commit to branch master
in repository guix.

commit 572a98c207e1e6254a5eca14666fb7a098ea098c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:16:30 2023 +0200

    gnu: Add texlive-serbian-def-cyr.
    
    * gnu/packages/tex.scm (texlive-serbian-def-cyr): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 51f0233f9a..29adefcd14 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8600,6 +8600,25 @@ uses does not match current practices.  The present 
package defines
 a @code{\\date} command that solves the problem.")
     (license license:gpl2)))
 
+(define-public texlive-serbian-def-cyr
+  (package
+    (name "texlive-serbian-def-cyr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/serbian-def-cyr/"
+                   "tex/latex/serbian-def-cyr/")
+             (base32
+              "116sgzxvny1hbkfc5s8bxirk9zshyv8qdd2fdr8iwqjfd7lhx03i")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/serbian-def-cyr";)
+    (synopsis "Serbian Cyrillic localization")
+    (description
+     "This package provides abstract, chapter, title, date etc, for Serbian
+language in Cyrillic scripts in T2A encoding and CP1251 code pages.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-sesamanuel
   (package
     (name "texlive-sesamanuel")

Reply via email to