guix-commits
[Top][All Lists]
Advanced

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

41/51: gnu: Add texlive-sanskrit.


From: guix-commits
Subject: 41/51: gnu: Add texlive-sanskrit.
Date: Tue, 15 Aug 2023 05:36:09 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit da0dcf9c38afcbabe8f1b244162e9a7e02e9a253
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 11:10:25 2023 +0200

    gnu: Add texlive-sanskrit.
    
    * gnu/packages/tex.scm (texlive-sanskrit): 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 03e591497d..c3fe6b172c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23224,6 +23224,30 @@ base LaTeX code now supports multiple dots and spaces, 
and this package by
 default is a stub that just loads @code{graphicx}.")
     (license license:lppl1.3c+)))
 
+(define-public texlive-sanskrit
+  (package
+    (name "texlive-sanskrit")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/sanskrit/"
+                   "fonts/source/public/sanskrit/"
+                   "fonts/tfm/public/sanskrit/"
+                   "source/latex/sanskrit/"
+                   "tex/latex/sanskrit/")
+             (base32
+              "0qc0mylgdcc4rnid29was51s6mzil0smrs7kgnnrv8kvlb6mzydl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/sanskrit";)
+    (synopsis "Sanskrit support")
+    (description
+     "This package provides a font and pre-processor suitable for the
+production of documents written in Sanskrit.  Type 1 versions of the fonts are
+available.")
+    (license license:lppl)))
+
 (define-public texlive-sansmath
   (package
     (name "texlive-sansmath")



reply via email to

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