guix-commits
[Top][All Lists]
Advanced

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

80/243: gnu: Add texlive-babel-bosnian.


From: guix-commits
Subject: 80/243: gnu: Add texlive-babel-bosnian.
Date: Fri, 11 Aug 2023 08:45:44 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 89cb434dae0884b7ddd900f00cc51edf32ad159d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 17:58:07 2023 +0200

    gnu: Add texlive-babel-bosnian.
    
    * gnu/packages/tex.scm (texlive-babel-bosnian): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 227f0cd757..79f351f876 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20171,6 +20171,26 @@ Babel system).")
     (description "The package establishes Basque conventions in a document.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-bosnian
+  (package
+    (name "texlive-babel-bosnian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-bosnian/"
+                   "source/generic/babel-bosnian/"
+                   "tex/generic/babel-bosnian/")
+             (base32
+              "097j3cwq29x17hc6wbdj2m4h7m2yv47i1m2irqxkrjvywq0b5bqd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-bosnian";)
+    (synopsis "Babel contrib support for Bosnian")
+    (description
+     "The package provides a language definition file that enables support of
+Bosnian with Babel.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-english
   (package
     (name "texlive-babel-english")



reply via email to

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