guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: texlive-totpages: Replace deprecated input.


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

jpoiret pushed a commit to branch master
in repository guix.

commit 713f4e57f7564421a9393dd5dfa8c4aba3a54da7
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Fri Apr 28 13:03:10 2023 +0200

    gnu: texlive-totpages: Replace deprecated input.
    
    * gnu/packages/tex.scm (texlive-totpages)[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 a769916405..42cca7111c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13489,7 +13489,7 @@ changed, the recorded value will usually be the maximum 
value.")
       (native-inputs
        (list (texlive-updmap.cfg)))
       (propagated-inputs
-       (list texlive-everyshi texlive-latex-graphics))
+       (list texlive-everyshi texlive-graphics))
       (home-page "https://ctan.org/pkg/totpages";)
       (synopsis "Count pages in a document, and report last page number")
       (description



reply via email to

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