civodul pushed a commit to branch tex-team
in repository guix.
commit e1a257568cf45f2c3139b31bff748005b901c4e6
Author: Simon Tournier <[email protected]>
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 <[email protected]>
---
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