Archived
1
0
Fork 0

gnu: Add texlive-alchemist.

* gnu/packages/tex.scm (texlive-alchemist): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:43:40 +02:00
parent 46f756ea8f
commit 6029fef63a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -72744,6 +72744,25 @@ marking fold points for window envelopes. The class supersedes an earlier
class called @code{myletter}.")
(license license:lppl)))
(define-public texlive-alchemist
(package
(name "texlive-alchemist")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/alchemist/"
"tex/latex/alchemist/")
(base32
"1vbkzmg6ilyz31xa14mzh08m758vrqb1c0qfii9cxzp7sdn1706w")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/alchemist")
(synopsis "Typeset alchemist and astrological symbols")
(description
"This style file makes the alchemical and astrological symbols
accessible in Unicode.")
(license (list license:gpl3+ license:lppl))))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar