mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-celtic.
* gnu/packages/tex.scm (texlive-celtic): New variable.
This commit is contained in:
parent
7fe0341591
commit
e6a6c66da9
1 changed files with 18 additions and 0 deletions
|
@ -16503,6 +16503,24 @@ (define-public texlive-callouts
|
|||
a picture.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-celtic
|
||||
(package
|
||||
(name "texlive-celtic")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/celtic/" "source/latex/celtic/"
|
||||
"tex/latex/celtic/")
|
||||
(base32
|
||||
"0zqz87y0wx5v50qnzvz6gqsz1z81ikcj4ma8mwgclrfyazpll9d0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/celtic")
|
||||
(synopsis "TikZ library for drawing celtic knots")
|
||||
(description
|
||||
"The package provides a TikZ library for drawing celtic knots.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-gates
|
||||
(package
|
||||
(name "texlive-gates")
|
||||
|
|
Loading…
Reference in a new issue