mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: Add texlive-mpman-ru.
* gnu/packages/tex.scm (texlive-mpman-ru): New variable.
This commit is contained in:
parent
a1923dcf51
commit
b8ab06e987
1 changed files with 19 additions and 0 deletions
|
@ -11683,6 +11683,25 @@ (define-public texlive-moreverb
|
||||||
@code{moreverb}.")
|
@code{moreverb}.")
|
||||||
(license license:lppl)))
|
(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
|
(define-public texlive-namedef
|
||||||
(package
|
(package
|
||||||
(name "texlive-namedef")
|
(name "texlive-namedef")
|
||||||
|
|
Loading…
Reference in a new issue