mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-universa.
* gnu/packages/tex.scm (texlive-universa): New variable.
This commit is contained in:
parent
fe7f3f80d9
commit
0e5b73e708
1 changed files with 24 additions and 0 deletions
|
@ -25502,6 +25502,30 @@ (define-public texlive-unitsdef
|
|||
settings.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-universa
|
||||
(package
|
||||
(name "texlive-universa")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/universa/"
|
||||
"fonts/source/public/universa/"
|
||||
"fonts/tfm/public/universa/"
|
||||
"source/fonts/universa/"
|
||||
"tex/latex/universa/")
|
||||
(base32
|
||||
"1w1cw2236aj37iggxck1drsfbwsiap8mc3lrkqrimmz2rgixycdp")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-metafont))
|
||||
(home-page "https://ctan.org/pkg/universa")
|
||||
(synopsis "Herbert Bayer's Universal font")
|
||||
(description
|
||||
"This package provides an implementation of the Universal by Herbert
|
||||
Bayer. The Metafont sources of the fonts, and their LaTeX support, are
|
||||
supplied.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-urlbst
|
||||
(package
|
||||
(name "texlive-urlbst")
|
||||
|
|
Loading…
Reference in a new issue