civodul pushed a commit to branch tex-team
in repository guix.

commit 2d3f8b8f52d7c407a8c44f73fba5b0d2978ba28f
Author: Simon Tournier <[email protected]>
AuthorDate: Fri Apr 28 13:03:08 2023 +0200

    gnu: texlive-ncctools: Replace deprecated input.
    
    * gnu/packages/tex.scm (texlive-ncctools)[propagated-inputs]: Replace
    deprecated TEXLIVE-LATEX-GRAPHICS by TEXLIVE-GRAPHICS.
    
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/tex.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ff9bf90b2e..584a9dd43c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9374,7 +9374,7 @@ typeset the table of contents in multiple columns.")
                     (copy-recursively (string-append origin "/source") source)
                     (copy-recursively (string-append origin "/doc") doc))))))))
       (propagated-inputs
-       (list texlive-amsmath texlive-latex-graphics))
+       (list texlive-amsmath texlive-graphics))
       (home-page "https://ctan.org/pkg/ncctools";)
       (synopsis "Collection of general packages for LaTeX")
       (description

Reply via email to