[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: texlive-totpages: Replace deprecated input.
From: |
guix-commits |
Subject: |
06/07: gnu: texlive-totpages: 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 783692b066702e424d3ec58b6066a654c174394f
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: 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 acfd8f4ab9..7d89733935 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13491,7 +13491,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
- branch tex-team created (now 182a126f61), guix-commits, 2023/05/03
- 02/07: gnu: texlive-xetex: Replace deprecated inputs., guix-commits, 2023/05/03
- 04/07: gnu: texlive-ncctools: Replace deprecated input., guix-commits, 2023/05/03
- 03/07: gnu: texlive-soulutf8: Replace deprecated inputs., guix-commits, 2023/05/03
- 05/07: gnu: texlive-totcount: Replace deprecated input., guix-commits, 2023/05/03
- 06/07: gnu: texlive-totpages: Replace deprecated input.,
guix-commits <=
- 01/07: gnu: texlive-amsmath: Add missing input., guix-commits, 2023/05/03
- 07/07: gnu: texlive-ddphonism: Replace deprecated input., guix-commits, 2023/05/03