From 4035d83664ecb16e8b5ee30eaca6842942429c95 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 18 Jun 2023 16:12:10 +0200 Subject: gnu: Add texlive-latexbug. * gnu/packages/tex.scm (texlive-latexbug): New variable. --- gnu/packages/tex.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b308d0a5c5..df0a28079d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -770,6 +770,28 @@ it should not be processed without Knuth's direct permission.") document formating commands extended by a wide range of packages.") (license license:lppl1.3c))) +(define-public texlive-latexbug + (package + (name "texlive-latexbug") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/latexbug/" + "source/latex/latexbug/" + "tex/latex/latexbug/") + (base32 + "0l9cyw41knbw3prsi4rbd2av4qfpkvzjs754847kv72dq1304m1i"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/latexbug") + (synopsis "Bug-classification for LaTeX related bugs") + (description + "The package is written in order to help identifying the rightful +addressee for a bug report. The LaTeX team asks that it will be loaded in any +test file that is intended to be sent to the LaTeX bug database as part of +a bug report.") + (license license:lppl1.3c))) + (define-public texlive-bidi (package (name "texlive-bidi") -- cgit v1.2.3