gnu: Add texlive-hyphen-norwegian.

* gnu/packages/tex.scm (texlive-hyphen-norwegian): New variable.
master
Ricardo Wurmus 2019-07-13 12:57:50 +02:00
parent 1890799b62
commit da2b2d490b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 16 additions and 0 deletions

View File

@ -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