me
/
guix
Archived
1
0
Fork 0

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>
master
Simon Tournier 2023-04-28 13:03:08 +02:00 committed by Josselin Poiret
parent b924254163
commit 43c0bf757a
No known key found for this signature in database
GPG Key ID: 505E40B916171A8A
1 changed files with 1 additions and 1 deletions

View File

@ -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