mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-tikzpackets.
* gnu/packages/tex.scm (texlive-tikzpackets): New variable.
This commit is contained in:
parent
ac54214b47
commit
4453529a9c
1 changed files with 18 additions and 0 deletions
|
@ -5094,6 +5094,24 @@ (define-public texlive-tikzorbital
|
||||||
orbital diagrams.")
|
orbital diagrams.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-tikzpackets
|
||||||
|
(package
|
||||||
|
(name "texlive-tikzpackets")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/tikzpackets/"
|
||||||
|
"tex/latex/tikzpackets/")
|
||||||
|
(base32
|
||||||
|
"0i5v0yblm3fw0wy0vhl2a0g1r8ib72d2knk60apqvqizl98fn8ff")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tikzpackets")
|
||||||
|
(synopsis "Display network packets")
|
||||||
|
(description
|
||||||
|
"This package allows you to easily display network packets graphically.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue