gnu: Add texlive-flowchart.

* gnu/packages/tex.scm (texlive-flowchart): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 00:20:09 +02:00
parent 4b31d8b527
commit 234967d21e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17172,6 +17172,27 @@ (define-public texlive-fitbox
to the next one.")
(license license:lppl1.3+)))
(define-public texlive-flowchart
(package
(name "texlive-flowchart")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/flowchart/"
"source/latex/flowchart/"
"tex/latex/flowchart/")
(base32
"1r0n7wr7ljhlvyhmm7f85h1c5imj9iqy7afv4mjy1ychcaws233w")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/flowchart")
(synopsis "Shapes for drawing flowcharts, using TikZ")
(description
"The package provides a set of traditional flowchart element shapes; the
documentation shows how to build a flowchart from these elements, using
PGF/TikZ.")
(license license:lppl1.3+)))
(define-public texlive-gates
(package
(name "texlive-gates")