guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

49/51: gnu: Add texlive-wnri-latex.


From: guix-commits
Subject: 49/51: gnu: Add texlive-wnri-latex.
Date: Tue, 15 Aug 2023 05:36:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 983bc8c5fb1979049d68bae4c7b42b841f396bb3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 11:13:33 2023 +0200

    gnu: Add texlive-wnri-latex.
    
    * gnu/packages/tex.scm (texlive-wnri-latex): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 65157b5357..c6273e4697 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10347,6 +10347,25 @@ languages in Roman transliteration and Puget Salish 
(Lushootseed) and other
 Native American languages.")
     (license license:gpl3+)))
 
+(define-public texlive-wnri-latex
+  (package
+    (name "texlive-wnri-latex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/wnri-latex/"
+                   "source/latex/wnri-latex/"
+                   "tex/latex/wnri-latex/")
+             (base32
+              "08ld2nys36vb368977dpwav75ffra2p8999dx4dwrs4vg6k2r2l7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/wnri-latex";)
+    (synopsis "LaTeX support for @code{wnri} fonts")
+    (description
+     "This package provides LaTeX support for the @code{wnri} fonts.")
+    (license license:gpl2)))
+
 (define-public texlive-xecyrmongolian
   (package
     (name "texlive-xecyrmongolian")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]