mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-tikz-dependency.
* gnu/packages/tex.scm (texlive-tikz-dependency): New variable.
This commit is contained in:
parent
c2befb9c7c
commit
267224e949
1 changed files with 21 additions and 0 deletions
|
@ -4299,6 +4299,27 @@ (define-public texlive-tikz-cd
|
|||
present in the Computer Modern typeface.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-tikz-dependency
|
||||
(package
|
||||
(name "texlive-tikz-dependency")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tikz-dependency/"
|
||||
"tex/latex/tikz-dependency/")
|
||||
(base32
|
||||
"12a31jqrxlaj8jj5f7p9vgwp8yqinl5ab0c3nfv4b1c9a08p8q3s")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tikz-dependency")
|
||||
(synopsis "Library for drawing dependency graphs")
|
||||
(description
|
||||
"The package provides a library that draws together existing TikZ
|
||||
facilities to make a comfortable environment for drawing dependency graphs.
|
||||
Basic facilities of the package include a lot of styling facilities, to let
|
||||
you personalize the look and feel of the graphs.")
|
||||
(license (list license:lppl license:gpl2))))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue