mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add texlive-psgo.
* gnu/packages/tex.scm (texlive-psgo): New variable.
This commit is contained in:
parent
7330143c3c
commit
514368ee47
1 changed files with 17 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue