gnu: Add texlive-texloganalyser.

* gnu/packages/tex.scm (texlive-texloganalyser): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-16 17:26:43 +02:00
parent d033c4b77a
commit 88205e3e04
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6480,6 +6480,27 @@ (define-public texlive-texliveonfly
file.tex}.")
(license license:gpl3)))
(define-public texlive-texloganalyser
(package
(name "texlive-texloganalyser")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/texloganalyser/"
"scripts/texloganalyser/")
(base32
"0qlrpqwfyakhh163ckznw5z8jwm5frp3krpi7fxnf9pz03c7shhr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "texloganalyser")))
(inputs (list perl))
(home-page "https://ctan.org/pkg/texloganalyser")
(synopsis "Analyse TeX logs")
(description
"This Perl script allows the user to extract (and display) elements of
the log file.")
(license license:bsd-2)))
(define-public texlive-ticollege
(package
(name "texlive-ticollege")