[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/110: gnu: Add texlive-hyphen-croatian.
From: |
guix-commits |
Subject: |
27/110: gnu: Add texlive-hyphen-croatian. |
Date: |
Mon, 22 Jul 2019 15:25:34 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit fcaf27036f7eb34ea9c92a32d7ed7abc86b3d836
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jul 13 12:54:04 2019 +0200
gnu: Add texlive-hyphen-croatian.
* gnu/packages/tex.scm (texlive-hyphen-croatian): New variable.
---
gnu/packages/tex.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5380056..938cd5c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1556,6 +1556,18 @@ UTF-8 encoding as well as in ASCII-based encoding for
8-bit engines.")
;; No explicit license declaration, so we use the project license.
(license license:lppl)))
+(define-public texlive-hyphen-croatian
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-croatian" "hr"
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex")
+ (base32
+ "129nz2nqilyq2477n2clx20xfbxh1qxm69zg4n2f6c4d4a8711nc")))
+ (synopsis "Hyphenation patterns for Croatian")
+ (description "The package provides hyphenation patterns for Croatian in
+T1/EC and UTF-8 encodings.")
+ (license license:lppl1.0+)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package
- 08/110: gnu: Add texlive-unicode-data., (continued)
- 08/110: gnu: Add texlive-unicode-data., guix-commits, 2019/07/22
- 09/110: gnu: Add texlive-hyphen-base., guix-commits, 2019/07/22
- 13/110: gnu: texlive-fonts-cm: Remove cm-type1., guix-commits, 2019/07/22
- 12/110: gnu: texlive-dvips: Implement with simple-texlive-package., guix-commits, 2019/07/22
- 11/110: gnu: Add texlive-dehyph-exptl., guix-commits, 2019/07/22
- 14/110: gnu: texlive-fonts-cm: Use simple-texlive-package., guix-commits, 2019/07/22
- 19/110: gnu: Add texlive-hyphen-basque., guix-commits, 2019/07/22
- 22/110: gnu: Add texlive-hyphen-bulgarian., guix-commits, 2019/07/22
- 21/110: gnu: Add texlive-hyphen-belarusian., guix-commits, 2019/07/22
- 24/110: gnu: Add texlive-hyphen-chinese., guix-commits, 2019/07/22
- 27/110: gnu: Add texlive-hyphen-croatian.,
guix-commits <=
- 17/110: gnu: Add texlive-hyphen-ancientgreek., guix-commits, 2019/07/22
- 15/110: gnu: Add texlive-tex-ini-files., guix-commits, 2019/07/22
- 16/110: gnu: Add texlive-hyphen-afrikaans., guix-commits, 2019/07/22
- 18/110: gnu: Add texlive-hyphen-armenian., guix-commits, 2019/07/22
- 23/110: gnu: Add texlive-hyphen-catalan., guix-commits, 2019/07/22
- 25/110: gnu: Add texlive-hyphen-churchslavonic., guix-commits, 2019/07/22
- 26/110: gnu: Add texlive-hyphen-coptic., guix-commits, 2019/07/22
- 28/110: gnu: Add texlive-hyphen-czech., guix-commits, 2019/07/22
- 10/110: gnu: Add texlive-hyph-utf8., guix-commits, 2019/07/22
- 30/110: gnu: Add texlive-hyphen-dutch., guix-commits, 2019/07/22