ngz pushed a commit to branch master
in repository guix.
commit 7ee4ca33023dfc02eb024f08a81fda0e6089e59c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 10:46:30 2023 +0200
gnu: Add texlive-allrunes.
* gnu/packages/tex.scm (texlive-allrunes): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 52b61bf7b4..0c5c30c5de 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")