guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: texlive-ncctools: Replace deprecated input.


From: guix-commits
Subject: 03/06: gnu: texlive-ncctools: Replace deprecated input.
Date: Thu, 11 May 2023 16:53:39 -0400 (EDT)

jpoiret pushed a commit to branch master
in repository guix.

commit 43c0bf757a5d2c8c1da62e80671e64cc1b277232
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: Josselin Poiret <dev@jpoiret.xyz>
---
 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 f1780173ff..eb6f23854d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9372,7 +9372,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]