mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-diagnose.
* gnu/packages/tex.scm (texlive-diagnose): New variable.
This commit is contained in:
parent
89529e5b64
commit
fdcdc91fed
1 changed files with 19 additions and 0 deletions
|
@ -79034,6 +79034,25 @@ (define-public texlive-diabetes-logbook
|
||||||
as well as counting/estimating carbs, protein, and fat.")
|
as well as counting/estimating carbs, protein, and fat.")
|
||||||
(license license:gpl3)))
|
(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
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue