[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63143] [PATCH 5/6] gnu: texlive-totpages: Replace deprecated input.
From: |
Simon Tournier |
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