me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-turtle.

* gnu/packages/tex.scm (texlive-pst-turtle): New variable.
Nicolas Goaziou 2023-08-14 10:37:04 +02:00
parent d90ecfed35
commit b7a07736b5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -34245,6 +34245,26 @@ packages.")
joining nodes created using @code{pst-node} in order to draw trees.")
(license license:lppl)))
(define-public texlive-pst-turtle
(package
(name "texlive-pst-turtle")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-turtle/"
"dvips/pst-turtle/"
"tex/generic/pst-turtle/"
"tex/latex/pst-turtle/")
(base32
"0mgpjs9jkgfx0hbd9l5jw60rf0vpdkv933ksjlwcjlh98y9gay4c")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-turtle")
(synopsis "Commands for Turtle operations")
(description
"This is a PSTricks related package for creating Turtle graphics.")
(license license:lppl)))
(define-public texlive-marginnote
(package
(name "texlive-marginnote")