me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-metauml.

* gnu/packages/tex.scm (texlive-metauml): New variable.
Nicolas Goaziou 2023-06-19 11:17:50 +02:00
parent bef9e04eeb
commit 57f5e3d442
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -5560,6 +5560,25 @@ other contexts as well.")
second as RGB.")
(license license:gpl3+)))
(define-public texlive-metauml
(package
(name "texlive-metauml")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/metauml/" "metapost/metauml/")
(base32
"01hs234mjqnr39zm7jl6dpbm5w0k4p73pr0aj35ii0dhakln2jsy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/metauml")
(synopsis "MetaPost library for typesetting UML diagrams")
(description
"MetaUML is a MetaPost library for typesetting UML diagrams, which
provides a usable, human-friendly textual notation for UML, offering now
support for class, package, activity, state, and use case diagrams.")
(license license:gpl3+)))
(define-public texlive-natbib
(package
(name "texlive-natbib")