me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-diagnose.

* gnu/packages/tex.scm (texlive-diagnose): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:08 +02:00
parent 89529e5b64
commit fdcdc91fed
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -79034,6 +79034,25 @@ are set up for people using insulin injections and blood glucose teststrips,
as well as counting/estimating carbs, protein, and fat.")
(license license:gpl3)))
(define-public texlive-diagnose
(package
(name "texlive-diagnose")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/diagnose/" "tex/latex/diagnose/")
(base32
"1qvnl8cvyh7000191akgx15mdhqwmabfm7bdwwsn1kdq091csa4a")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/diagnose")
(synopsis "Diagnostic tool for a TeX installation")
(description
"This package provides macros to assist evaluation of the capabilities of
a TeX installation (i.e., what extensions it supports). An example document
that examines the installation is available.")
(license license:gpl3+)))
;;;
;;; 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