gnu: Add texlive-celtic.

* gnu/packages/tex.scm (texlive-celtic): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-12 22:11:23 +02:00
parent 7fe0341591
commit e6a6c66da9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")