ngz pushed a commit to branch master
in repository guix.
commit b8ab06e987958199f5483b4ea6256d86bf5852b1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:14:57 2023 +0200
gnu: Add texlive-mpman-ru.
* gnu/packages/tex.scm (texlive-mpman-ru): 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 0be40503c7..734b8437ea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11683,6 +11683,25 @@ advised to consider using the @code{fancyvrb} package
in place of
@code{moreverb}.")
(license license:lppl)))
+(define-public texlive-mpman-ru
+ (package
+ (name "texlive-mpman-ru")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/metapost/mpman-ru/")
+ (base32
+ "1x3drpi21zcmkhkscvl4l7805wskqa4zskydb33i0asss5p62396")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mpman-ru")
+ (synopsis "Russian translation of the MetaPost manual")
+ (description
+ "This package provides a translation of the MetaPost user manual, as
+distributed with MetaPost itself.")
+ ;; Explicitly use the same license as MetaPost.
+ (license license:lppl)))
+
(define-public texlive-namedef
(package
(name "texlive-namedef")