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>
This commit is contained in:
Simon Tournier 2023-04-28 13:03:09 +02:00 committed by Josselin Poiret
parent 43c0bf757a
commit 012a514edb
No known key found for this signature in database
GPG key ID: 505E40B916171A8A

View file

@ -13445,7 +13445,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