guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#63143] [PATCH 3/6] gnu: texlive-ncctools: Replace deprecated input.


From: Simon Tournier
Subject: [bug#63143] [PATCH 3/6] gnu: texlive-ncctools: Replace deprecated input.
Date: Fri, 28 Apr 2023 13:03:08 +0200

* gnu/packages/tex.scm (texlive-ncctools)[propagated-inputs]: Replace
deprecated texlive-latex-graphics by texlive-graphics.
---
 gnu/packages/tex.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1d41309a30..5eae1c0753 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9329,7 +9329,7 @@ (define-public texlive-ncctools
                     (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
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]