summary refs log tree commit diff
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2023-04-28 13:03:08 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2023-05-11 22:33:27 +0200
commit43c0bf757a5d2c8c1da62e80671e64cc1b277232 (patch)
treedd9fa05ede16848bb1994844297d2c7738d17b8c
parentb924254163b58e2ecaecebfbf67ea13460519f3f (diff)
downloadguix-43c0bf757a5d2c8c1da62e80671e64cc1b277232.tar.gz
gnu: texlive-ncctools: Replace deprecated input.
* gnu/packages/tex.scm (texlive-ncctools)[propagated-inputs]: Replace
deprecated texlive-latex-graphics by texlive-graphics.

Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
-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 f1780173ff..eb6f23854d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9372,7 +9372,7 @@ typeset the table of contents in multiple columns.")
                     (copy-recursively (string-append origin "/source") source)
                     (copy-recursively (string-append origin "/doc") doc))))))))
       (propagated-inputs
-       (list texlive-amsmath texlive-latex-graphics))
+       (list texlive-amsmath texlive-graphics))
       (home-page "https://ctan.org/pkg/ncctools")
       (synopsis "Collection of general packages for LaTeX")
       (description