me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-components.

* gnu/packages/tex.scm (texlive-components): New variable.
Nicolas Goaziou 2023-08-04 12:02:37 +02:00
parent a40e50d2f7
commit 63ee600a22
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -7399,6 +7399,24 @@ a corresponding option is set. Furthermore, @command{cluttex} can watch input
files for changes (using an external program).")
(license license:gpl3+)))
(define-public texlive-components
(package
(name "texlive-components")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/components/")
(base32
"04yg9hq0wcyi1ag9y9m2fnf5h3n4fdykiwljgpw0kyc73bfyhq1m")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/components")
(synopsis "Introduction to TeX components and files")
(description
"This package is an introduction to the components and files users of TeX
may encounter.")
(license license:gpl3+)))
(define-public texlive-ctan-o-mat
(package
(name "texlive-ctan-o-mat")