ngz pushed a commit to branch master
in repository guix.
commit 78350a2c2a70c2cf901ff094d7e7a10c4452ca7e
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:48:13 2023 +0200
gnu: Add texlive-oinuit.
* gnu/packages/tex.scm (texlive-oinuit): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a7e47012ca..96a486731c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20169,6 +20169,34 @@ Irish and Pictish carvings dating from the 4th century
AD. The font is
distributed as Metafont source.")
(license license:public-domain)))
+(define-public texlive-oinuit
+ (package
+ (name "texlive-oinuit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/oinuit/"
+ "fonts/map/dvips/oinuit/"
+ "fonts/ofm/public/oinuit/"
+ "fonts/ovf/public/oinuit/"
+ "fonts/tfm/public/oinuit/"
+ "fonts/type1/public/oinuit/"
+ "omega/ocp/oinuit/"
+ "omega/otp/oinuit/"
+ "source/lambda/oinuit/"
+ "tex/lambda/oinuit/")
+ (base32
+ "1f5rlqgdz4r93z5prxjq7z7591frqz89gplj3y0dscjnlc98wxy4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/oinuit")
+ (synopsis "LaTeX Support for the Inuktitut Language")
+ (description
+ "The package provides a set of Lambda (Omega LaTeX) typesetting tools for
+the Inuktitut language. Five different input methods are supported and with
+the necessary fonts are also provided.")
+ (license license:lppl)))
+
(define-public texlive-omega
(package
(name "texlive-omega")