mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-wnri.
* gnu/packages/tex.scm (texlive-wnri): New variable.
This commit is contained in:
parent
71c4fd5a09
commit
d90ea2f1c9
1 changed files with 22 additions and 0 deletions
|
@ -10325,6 +10325,28 @@ (define-public texlive-witharrows
|
|||
calculus presented.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-wnri
|
||||
(package
|
||||
(name "texlive-wnri")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/wnri/"
|
||||
"fonts/source/public/wnri/"
|
||||
"fonts/tfm/public/wnri/")
|
||||
(base32
|
||||
"1p2b847a5xa00xvv46b8p0f2fhi1k01w4l7bm2517hs7inwj3brs")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-metafont))
|
||||
(home-page "https://ctan.org/pkg/wnri")
|
||||
(synopsis "Ridgeway's fonts")
|
||||
(description
|
||||
"This package provides fonts (as Metafont source) for Old English, Indic
|
||||
languages in Roman transliteration and Puget Salish (Lushootseed) and other
|
||||
Native American languages.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-xecyrmongolian
|
||||
(package
|
||||
(name "texlive-xecyrmongolian")
|
||||
|
|
Loading…
Reference in a new issue