diff options
author | Simon Tournier <zimon.toutoune@gmail.com> | 2023-04-28 13:03:09 +0200 |
---|---|---|
committer | Josselin Poiret <dev@jpoiret.xyz> | 2023-05-11 22:33:27 +0200 |
commit | 012a514edb43df4498e35786fa59a60bfbab6c0c (patch) | |
tree | 38b2a0a4bbcfaed1b892b10fb1b0910dc418bd9d /gnu | |
parent | 43c0bf757a5d2c8c1da62e80671e64cc1b277232 (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.scm | 2 |
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 |