me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-allrunes.

* gnu/packages/tex.scm (texlive-allrunes): New variable.
Nicolas Goaziou 2023-08-21 10:46:30 +02:00
parent bce8797d59
commit 7ee4ca3302
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -2024,6 +2024,30 @@ math environments.")
region of Nigeria and Niger.")
(license license:silofl1.1)))
(define-public texlive-allrunes
(package
(name "texlive-allrunes")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/allrunes/"
"fonts/map/dvips/allrunes/"
"fonts/source/public/allrunes/"
"fonts/type1/public/allrunes/"
"source/fonts/allrunes/"
"tex/latex/allrunes/")
(base32
"14a1qaa30s4dzmg4dlrjd3faa3bcrl2gdpp700i8pghj3pjk7gp4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/allrunes")
(synopsis "Fonts and LaTeX package for almost all runes")
(description
"This large collection of fonts (in Adobe Type 1 format), with the LaTeX
package gives access to almost all runes ever used in Europe. The bundle
covers not only the main forms but also a lot of varieties.")
(license license:lppl)))
(define-public texlive-alpha-persian
(package
(name "texlive-alpha-persian")