guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: texlive-ncctools: Replace deprecated input.


From: guix-commits
Subject: 04/07: gnu: texlive-ncctools: Replace deprecated input.
Date: Wed, 3 May 2023 10:20:56 -0400 (EDT)

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

commit 2d3f8b8f52d7c407a8c44f73fba5b0d2978ba28f
Author: Simon Tournier <zimon.toutoune@gmail.com>
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 <mail@nicolasgoaziou.fr>
---
 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

[Prev in Thread] Current Thread [Next in Thread]