unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63450] [PATCH] gnu: texlive-datetime2: Add needed propagated-inputs.
@ 2023-05-11 20:00 Greg Hogan
  2023-05-11 21:59 ` bug#63450: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-05-11 20:00 UTC (permalink / raw)
  To: 63450; +Cc: Greg Hogan

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63450: [PATCH] gnu: texlive-datetime2: Add needed propagated-inputs.
  2023-05-11 20:00 [bug#63450] [PATCH] gnu: texlive-datetime2: Add needed propagated-inputs Greg Hogan
@ 2023-05-11 21:59 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-05-11 21:59 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 63450-done

Hello,

Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/tex.scm (texlive-datetime2)[propagated-inputs]: Add
> TEXLIVE-ETOOLBOX, TEXLIVE-LATEX-XKEYVAL, and TEXLIVE-TRACKLANG.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-11 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-11 20:00 [bug#63450] [PATCH] gnu: texlive-datetime2: Add needed propagated-inputs Greg Hogan
2023-05-11 21:59 ` bug#63450: " Nicolas Goaziou

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).