summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2023-04-28 13:03:09 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2023-05-11 22:33:27 +0200
commit012a514edb43df4498e35786fa59a60bfbab6c0c (patch)
tree38b2a0a4bbcfaed1b892b10fb1b0910dc418bd9d /gnu
parent43c0bf757a5d2c8c1da62e80671e64cc1b277232 (diff)
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: Josselin Poiret <dev@jpoiret.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index eb6f23854d..a769916405 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13445,7 +13445,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