me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pgf-umlsd.

* gnu/packages/tex.scm (texlive-pgf-umlsd): New variable.
Nicolas Goaziou 2023-07-13 09:16:17 +02:00
parent e9a9491a07
commit 8b2b7bd239
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -3141,6 +3141,25 @@ allows the user to draw spectra using their own data.")
"This package provides some LaTeX macros for UML class diagrams.")
(license (list license:gpl2 license:lppl1.3c))))
(define-public texlive-pgf-umlsd
(package
(name "texlive-pgf-umlsd")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pgf-umlsd/"
"tex/latex/pgf-umlsd/")
(base32
"1bw23gm9x6ijhn3h0q7af0n9wxnc3ixfjc23v8x49s80gh96gmqg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-latex texlive-pgf))
(home-page "https://ctan.org/pkg/pgf-umlsd")
(synopsis "Draw UML sequence diagrams")
(description
"This package provides LaTeX macros to draw UML diagrams using PGF.")
(license license:gpl3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")