[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/110: gnu: Add texlive-hyphen-norwegian.
From: |
guix-commits |
Subject: |
54/110: gnu: Add texlive-hyphen-norwegian. |
Date: |
Mon, 22 Jul 2019 15:25:41 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit b888020bbbf898ba3b9c13e381cfe2f29d7eaedb
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jul 13 12:57:50 2019 +0200
gnu: Add texlive-hyphen-norwegian.
* gnu/packages/tex.scm (texlive-hyphen-norwegian): New variable.
---
gnu/packages/tex.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ad2570a..f4e9467 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2009,6 +2009,22 @@ T2A, LMC and UTF-8 encodings.")
;; Either of these licenses
(license (list license:lppl1.3+ license:expat))))
+(define-public texlive-hyphen-norwegian
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-norwegian" '("nb" "nn" "no")
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-nb.tex"
+ "/tex/generic/hyph-utf8/patterns/tex/hyph-nn.tex"
+ "/tex/generic/hyph-utf8/patterns/tex/hyph-no.tex")
+ (base32
+ "1fxnf671yz0p3lmdkspna7fjh96br1jy6yf7v17yh4fxwry3s4yz")))
+ (synopsis "Norwegian Bokmal and Nynorsk hyphenation patterns")
+ (description "This package provides hyphenation patterns for Norwegian
+Bokmal and Nynorsk in T1/EC and UTF-8 encodings.")
+ (license (license:non-copyleft
+ "/tex/generic/hyph-utf8/patterns/tex/hyph-no.tex"
+ "FSF All permissive license"))))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package
- 46/110: gnu: Add texlive-hyphen-interlingua., (continued)
- 46/110: gnu: Add texlive-hyphen-interlingua., guix-commits, 2019/07/22
- 51/110: gnu: Add texlive-hyphen-latvian., guix-commits, 2019/07/22
- 47/110: gnu: Add texlive-hyphen-irish., guix-commits, 2019/07/22
- 44/110: gnu: Add texlive-hyphen-indic., guix-commits, 2019/07/22
- 49/110: gnu: Add texlive-hyphen-kurmanji., guix-commits, 2019/07/22
- 50/110: gnu: Add texlive-hyphen-latin., guix-commits, 2019/07/22
- 57/110: gnu: Add texlive-hyphen-polish., guix-commits, 2019/07/22
- 56/110: gnu: Add texlive-hyphen-piedmontese., guix-commits, 2019/07/22
- 62/110: gnu: Add texlive-hyphen-sanskrit., guix-commits, 2019/07/22
- 67/110: gnu: Add texlive-hyphen-swedish., guix-commits, 2019/07/22
- 54/110: gnu: Add texlive-hyphen-norwegian.,
guix-commits <=
- 55/110: gnu: Add texlive-hyphen-occitan., guix-commits, 2019/07/22
- 58/110: gnu: Add texlive-hyphen-portuguese., guix-commits, 2019/07/22
- 64/110: gnu: Add texlive-hyphen-slovak., guix-commits, 2019/07/22
- 66/110: gnu: Add texlive-hyphen-spanish., guix-commits, 2019/07/22
- 65/110: gnu: Add texlive-hyphen-slovenian., guix-commits, 2019/07/22
- 72/110: gnu: Add texlive-hyphen-uppersorbian., guix-commits, 2019/07/22
- 68/110: gnu: Add texlive-hyphen-thai., guix-commits, 2019/07/22
- 73/110: gnu: Add texlive-hyphen-welsh., guix-commits, 2019/07/22
- 74/110: gnu: Add texlive-ukrhyph., guix-commits, 2019/07/22
- 59/110: gnu: Add texlive-hyphen-romanian., guix-commits, 2019/07/22