all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon Tournier <zimon.toutoune@gmail.com>
To: 63143@debbugs.gnu.org
Cc: Simon Tournier <zimon.toutoune@gmail.com>
Subject: [bug#63143] [PATCH 3/6] gnu: texlive-ncctools: Replace deprecated input.
Date: Fri, 28 Apr 2023 13:03:08 +0200	[thread overview]
Message-ID: <20230428110311.3635478-3-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20230428110311.3635478-1-zimon.toutoune@gmail.com>

* 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





  parent reply	other threads:[~2023-04-28 11:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-28 11:01 [bug#63143] [PATCH 0/6] Replace deprecated TeXLive inputs Simon Tournier
2023-04-28 11:03 ` [bug#63143] [PATCH 1/6] gnu: texlive-xetex: Replace deprecated inputs Simon Tournier
2023-04-28 11:03   ` [bug#63143] [PATCH 2/6] gnu: texlive-soulutf8: " Simon Tournier
2023-04-28 11:03   ` Simon Tournier [this message]
2023-04-28 11:03   ` [bug#63143] [PATCH 4/6] gnu: texlive-totcount: Replace deprecated input Simon Tournier
2023-04-28 11:03   ` [bug#63143] [PATCH 5/6] gnu: texlive-totpages: " Simon Tournier
2023-04-28 11:03   ` [bug#63143] [PATCH 6/6] gnu: texlive-ddphonism: " Simon Tournier
2023-05-09 15:04 ` [bug#63143] [PATCH 0/6] Replace deprecated TeXLive inputs Simon Tournier
2023-05-11 20:55 ` Josselin Poiret via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230428110311.3635478-3-zimon.toutoune@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=63143@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.