mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: Add texlive-flowchart.
* gnu/packages/tex.scm (texlive-flowchart): New variable.
This commit is contained in:
parent
4b31d8b527
commit
234967d21e
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue