gnu: Add texlive-psgo.

* gnu/packages/tex.scm (texlive-psgo): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 15:20:49 +02:00
parent 7330143c3c
commit 514368ee47
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12259,6 +12259,23 @@ (define-public texlive-pseudocode
algorithms in a natural manner.")
(license license:lppl)))
(define-public texlive-psgo
(package
(name "texlive-psgo")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/psgo/" "tex/latex/psgo/")
(base32
"0ki49zbdn0qvzsz7h53vqwpf4rmiiranq52lh344z7wypznddi28")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/psgo")
(synopsis "Typeset go diagrams with PSTricks")
(description
"This packages can be used to typeset go diagrams with PSTricks.")
(license license:lppl)))
(define-public texlive-psizzl
(package
(name "texlive-psizzl")