[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/33: gnu: Add texlive-babel-belarusian.
From: |
guix-commits |
Subject: |
01/33: gnu: Add texlive-babel-belarusian. |
Date: |
Mon, 14 Aug 2023 09:22:08 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c6e372f712b99f348aff21b7a07ce95774779b67
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 14:59:06 2023 +0200
gnu: Add texlive-babel-belarusian.
* gnu/packages/tex.scm (texlive-babel-belarusian): 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 b295a70739..79c79f5de5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22723,6 +22723,26 @@ Babel system).")
(description "The package establishes Basque conventions in a document.")
(license license:lppl1.3+)))
+(define-public texlive-babel-belarusian
+ (package
+ (name "texlive-babel-belarusian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-belarusian/"
+ "source/generic/babel-belarusian/"
+ "tex/generic/babel-belarusian/")
+ (base32
+ "1055gyy9hab9whnr5c2p4i4yczkn5pwm0n54ylnnsl8wg8q58w1z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-belarusian")
+ (synopsis "Babel support for Belarusian")
+ (description
+ "The package provides support for use of Babel in documents written in
+Belarusian.")
+ (license license:lppl1.3c)))
+
(define-public texlive-babel-bosnian
(package
(name "texlive-babel-bosnian")
- branch master updated (bed6346556 -> ac50b1d1bb), guix-commits, 2023/08/14
- 06/33: gnu: Add texlive-babel-ukrainian., guix-commits, 2023/08/14
- 24/33: gnu: Add texlive-numnameru., guix-commits, 2023/08/14
- 26/33: gnu: Add texlive-russ., guix-commits, 2023/08/14
- 33/33: gnu: Add texlive-collection-langcyrillic., guix-commits, 2023/08/14
- 01/33: gnu: Add texlive-babel-belarusian.,
guix-commits <=
- 05/33: gnu: Add texlive-babel-serbianc., guix-commits, 2023/08/14
- 03/33: gnu: Add texlive-babel-russian., guix-commits, 2023/08/14
- 02/33: gnu: Add texlive-babel-bulgarian., guix-commits, 2023/08/14
- 08/33: gnu: Add texlive-churchslavonic., guix-commits, 2023/08/14
- 10/33: gnu: Add texlive-cyrplain., guix-commits, 2023/08/14
- 18/33: gnu: Add texlive-lshort-mongol., guix-commits, 2023/08/14
- 16/33: gnu: Add texlive-lhcyr., guix-commits, 2023/08/14
- 17/33: gnu: Add texlive-lshort-bulgarian., guix-commits, 2023/08/14
- 13/33: gnu: Add texlive-eskdx., guix-commits, 2023/08/14
- 20/33: gnu: Add texlive-lshort-ukr., guix-commits, 2023/08/14