unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 63450@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#63450] [PATCH] gnu: texlive-datetime2: Add needed propagated-inputs.
Date: Thu, 11 May 2023 20:00:48 +0000	[thread overview]
Message-ID: <20230511200048.838307-1-code@greghogan.com> (raw)

Required packages can be seen with:
$ rg RequirePackage $(guix build texlive-datetime2)

* gnu/packages/tex.scm (texlive-datetime2)[propagated-inputs]: Add
TEXLIVE-ETOOLBOX, TEXLIVE-LATEX-XKEYVAL, and TEXLIVE-TRACKLANG.
---
 gnu/packages/tex.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2011eff281..ddec624d1f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12833,6 +12833,10 @@ (define-public texlive-datetime2
             "tex/latex/datetime2/")
       (base32 "0yjkpfic1ni4j2g61rrjj5hjyd43shc9c0sg1aivbbsmqh30dn33")
       #:trivial? #t))
+    (propagated-inputs
+     (list texlive-etoolbox
+           texlive-latex-xkeyval
+           texlive-tracklang))
     (home-page "https://ctan.org/pkg/datetime2")
     (synopsis "Formats for dates, times and time zones")
     (description
-- 
2.40.1





             reply	other threads:[~2023-05-11 20:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-11 20:00 Greg Hogan [this message]
2023-05-11 21:59 ` bug#63450: [PATCH] gnu: texlive-datetime2: Add needed propagated-inputs Nicolas Goaziou

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=20230511200048.838307-1-code@greghogan.com \
    --to=code@greghogan.com \
    --cc=63450@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).