gnu: texlive-datetime2: Add needed propagated-inputs.

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.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Greg Hogan 2023-05-11 20:00:48 +00:00 committed by Nicolas Goaziou
parent 277c24442c
commit d07342b166
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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