gnu: Add texlive-yagusylo.

* gnu/packages/tex.scm (texlive-yagusylo): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:05:32 +02:00
parent b22c9ffe10
commit c5b845752e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -100601,6 +100601,27 @@ (define-public texlive-yafoot
footnotes double-columned.")
(license license:lppl)))
(define-public texlive-yagusylo
(package
(name "texlive-yagusylo")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/yagusylo/"
"source/latex/yagusylo/"
"tex/latex/yagusylo/")
(base32
"0y2fgfj21m15n44xc6i996rgyf4wpg7wjk0db6cyc5wb7q012270")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/yagusylo")
(synopsis "Symbol loader")
(description
"The package allows the user to access a symbol without loading the package
that usually provides it; this has the advantage of avoiding the name clashes
that so commonly trouble those who load symbol-packages.")
(license 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