mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
43c0bf757a
commit
012a514edb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue