GNU bug report logs - #63143
[PATCH 0/6] Replace deprecated TeXLive inputs

Previous Next

Package: guix-patches;

Reported by: Simon Tournier <zimon.toutoune <at> gmail.com>

Date: Fri, 28 Apr 2023 11:02:02 UTC

Severity: normal

Tags: patch

Done: Josselin Poiret <dev <at> jpoiret.xyz>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: 63143 <at> debbugs.gnu.org
Cc: Simon Tournier <zimon.toutoune <at> gmail.com>
Subject: [bug#63143] [PATCH 5/6] gnu: texlive-totpages: Replace deprecated input.
Date: Fri, 28 Apr 2023 13:03:10 +0200
* gnu/packages/tex.scm (texlive-totpages)[propagated-inputs]: Replace
deprecated texlive-latex-graphics by texlive-graphics.
---
 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 bececf8a2a..9e0f443ca1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13446,7 +13446,7 @@ (define-public texlive-totpages
       (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
-- 
2.38.1





This bug report was last modified 2 years and 11 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.