diff mbox series

[bug#63450] gnu: texlive-datetime2: Add needed propagated-inputs.

Message ID 20230511200048.838307-1-code@greghogan.com
State New
Headers show
Series [bug#63450] gnu: texlive-datetime2: Add needed propagated-inputs. | expand

Commit Message

Greg Hogan May 11, 2023, 8 p.m. UTC
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(+)

Comments

Nicolas Goaziou May 11, 2023, 9:59 p.m. UTC | #1
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,
diff mbox series

Patch

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