me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-msg.

* gnu/packages/tex.scm (texlive-msg): New variable.
master
Nicolas Goaziou 2023-08-29 15:56:04 +02:00
parent 9c678d949a
commit d773a70dca
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -89465,6 +89465,26 @@ MSC and draws the corresponding MSC. The current version of the MSC macro
package supports the full MSC2000 language.")
(license license:lppl1.3+)))
(define-public texlive-msg
(package
(name "texlive-msg")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/msg/" "source/latex/msg/"
"tex/latex/msg/")
(base32
"1l6imkzdnygfsqzx75qj9j5rk2qvjgqhclvj54mai9rs6dfrcvk9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/msg")
(synopsis "Package for LaTeX localisation")
(description
"The package is designed to localise any document class or package. This
should be very useful for end-users who could obtain messages in their own
preferred language.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar