diff mbox series

[bug#63143,4/6] gnu: texlive-totcount: Replace deprecated input.

Message ID 20230428110311.3635478-4-zimon.toutoune@gmail.com
State New
Headers show
Series Replace deprecated TeXLive inputs | expand

Commit Message

Simon Tournier April 28, 2023, 11:03 a.m. UTC
* gnu/packages/tex.scm (texlive-totcount)[propagated-inputs]: Replace
deprecated texlive-latex-graphics by texlive-graphics.
---
 gnu/packages/tex.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5eae1c0753..bececf8a2a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13402,7 +13402,7 @@  (define-public texlive-totcount
                     (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