diff options
author | Simon Tournier <zimon.toutoune@gmail.com> | 2023-04-28 13:03:10 +0200 |
---|---|---|
committer | Josselin Poiret <dev@jpoiret.xyz> | 2023-05-11 22:33:28 +0200 |
commit | 713f4e57f7564421a9393dd5dfa8c4aba3a54da7 (patch) | |
tree | 2e58f0258748090af0137ccf08cebefb165af6ee /gnu | |
parent | 012a514edb43df4498e35786fa59a60bfbab6c0c (diff) |
gnu: texlive-totpages: Replace deprecated input.
* gnu/packages/tex.scm (texlive-totpages)[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 a769916405..42cca7111c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -13489,7 +13489,7 @@ changed, the recorded value will usually be the maximum value.") (native-inputs (list (texlive-updmap.cfg))) (propagated-inputs - (list texlive-everyshi texlive-latex-graphics)) + (list texlive-everyshi texlive-graphics)) (home-page "https://ctan.org/pkg/totpages") (synopsis "Count pages in a document, and report last page number") (description |