guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: texlive-totcount: Replace deprecated input.


From: guix-commits
Subject: 05/07: gnu: texlive-totcount: 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 e1a257568cf45f2c3139b31bff748005b901c4e6
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Fri Apr 28 13:03:09 2023 +0200

    gnu: texlive-totcount: Replace deprecated input.
    
    * gnu/packages/tex.scm (texlive-totcount)[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 584a9dd43c..acfd8f4ab9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13447,7 +13447,7 @@ are provided to:
                     (copy-recursively (string-append origin "/source") source)
                     (copy-recursively (string-append origin "/doc") doc))))))))
       (propagated-inputs
-       (list texlive-latex-graphics))
+       (list texlive-graphics))
       (home-page "https://ctan.org/pkg/totcount";)
       (synopsis "Find the last value of a counter")
       (description



reply via email to

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