unofficial mirror of guix-patches@gnu.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 4/6] gnu: texlive-totcount: Replace deprecated input.
Date: Fri, 28 Apr 2023 13:03:09 +0200	[thread overview]
Message-ID: <20230428110311.3635478-4-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20230428110311.3635478-1-zimon.toutoune@gmail.com>

* gnu/packages/tex.scm (texlive-totcount)[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 5eae1c0753..bececf8a2a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13402,7 +13402,7 @@ (define-public texlive-totcount
                     (copy-recursively (string-append origin "/source") source)
                     (copy-recursively (string-append origin "/doc") doc))))))))
       (propagated-inputs
-       (list texlive-latex-graphics))
+       (list texlive-graphics))
       (home-page "https://ctan.org/pkg/totcount")
       (synopsis "Find the last value of a counter")
       (description
-- 
2.38.1





  parent reply	other threads:[~2023-04-28 11:05 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   ` [bug#63143] [PATCH 3/6] gnu: texlive-ncctools: Replace deprecated input Simon Tournier
2023-04-28 11:03   ` Simon Tournier [this message]
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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20230428110311.3635478-4-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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).