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>
This commit is contained in:
parent
b924254163
commit
43c0bf757a
1 changed files with 1 additions and 1 deletions
|
@ -9372,7 +9372,7 @@ typeset the table of contents in multiple columns.")
|
||||||
(copy-recursively (string-append origin "/source") source)
|
(copy-recursively (string-append origin "/source") source)
|
||||||
(copy-recursively (string-append origin "/doc") doc))))))))
|
(copy-recursively (string-append origin "/doc") doc))))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-amsmath texlive-latex-graphics))
|
(list texlive-amsmath texlive-graphics))
|
||||||
(home-page "https://ctan.org/pkg/ncctools")
|
(home-page "https://ctan.org/pkg/ncctools")
|
||||||
(synopsis "Collection of general packages for LaTeX")
|
(synopsis "Collection of general packages for LaTeX")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue