mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add texlive-doulossil.
* gnu/packages/tex.scm (texlive-doulossil): New variable.
This commit is contained in:
parent
ae5c20ce24
commit
0797532b5f
1 changed files with 18 additions and 0 deletions
|
@ -41111,6 +41111,24 @@ (define-public texlive-dottex
|
|||
directed graphs, Neato undirected graphs).")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-doulossil
|
||||
(package
|
||||
(name "texlive-doulossil")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/doulossil/"
|
||||
"fonts/truetype/public/doulossil/")
|
||||
(base32
|
||||
"0frhwpm7xzhhz83wpmlrwgz3c3bpvhm8pa0b6vkdgm8qj799irrb")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/doulossil")
|
||||
(synopsis "Font for typesetting the International Phonetic Alphabet (IPA)")
|
||||
(description
|
||||
"This package provides the IPA font Doulos SIL in TrueType format.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public texlive-dpcircling
|
||||
(package
|
||||
(name "texlive-dpcircling")
|
||||
|
|
Loading…
Reference in a new issue