ngz pushed a commit to branch master
in repository guix.

commit f519bb073911ff8617307520b6abe5e52b5af10f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Aug 15 11:10:37 2023 +0200

    gnu: Add texlive-sanskrit-t1.
    
    * gnu/packages/tex.scm (texlive-sanskrit-t1): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c3fe6b172c..57ef43e87b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23248,6 +23248,26 @@ production of documents written in Sanskrit.  Type 1 
versions of the fonts are
 available.")
     (license license:lppl)))
 
+(define-public texlive-sanskrit-t1
+  (package
+    (name "texlive-sanskrit-t1")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/sanskrit-t1/"
+                   "fonts/map/dvips/sanskrit-t1/"
+                   "fonts/type1/public/sanskrit-t1/")
+             (base32
+              "0mv9ph7999y9shnq25k0w4sgcbvlf2gav5d1fpycjxan3h6rc7vi")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/sanskrit-t1";)
+    (synopsis "Type 1 version of @code{skt} fonts for Sanskrit")
+    (description
+     "The sanskrit-t1 font package provides Type 1 version of Charles Wikner's
+@code{skt} font series for the Sanskrit language.")
+    (license license:lppl)))
+
 (define-public texlive-sansmath
   (package
     (name "texlive-sansmath")

Reply via email to