From 07092d64f1f4893d384fd39c49ba337a89a9f810 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 15 May 2023 12:37:40 +0200 Subject: [PATCH] gnu: texlive-lineno: Refresh package definition. * gnu/packages/tex.scm (texlive-lineno): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-TOOLS. --- gnu/packages/tex.scm | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 612d6f6f20..52b79094b8 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -12235,20 +12235,25 @@ (define-public texlive-threeparttablex (define-public texlive-lineno (package - (inherit (simple-texlive-package - "texlive-lineno" - (list "doc/latex/lineno/" - "source/latex/lineno/" - "tex/latex/lineno/") - (base32 - "1xf8ljgcj411yqmng89wc49rqfz19j95yqqpnb35dj3qc1chvm2a") - #:trivial? #t)) - (home-page "https://www.ctan.org/pkg/lineno") + (name "texlive-lineno") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/lineno/" "source/latex/lineno/" + "tex/latex/lineno/") + (base32 + "1xf8ljgcj411yqmng89wc49rqfz19j95yqqpnb35dj3qc1chvm2a"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (propagated-inputs + (list texlive-tools)) + (home-page "https://ctan.org/pkg/lineno") (synopsis "Line numbers on paragraphs") - (description "Adds line numbers to selected paragraphs with reference -possible through the LaTeX @code{\\ref} and @code{\\pageref} cross reference -mechanism. Line numbering may be extended to footnote lines, using the -fnlineno package.") + (description + "The @code{lineno} package adds line numbers to selected paragraphs with +reference possible through the LaTeX @code{\\ref} and @code{\\pageref} cross +reference mechanism. Line numbering may be extended to footnote lines, using +the @code{fnlineno} package.") (license license:lppl1.3a+))) (define-public texlive-babel-czech