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>master
parent
277c24442c
commit
d07342b166
|
@ -12833,6 +12833,10 @@ orientation by conforming PDF viewers.")
|
|||
"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
|
||||
|
|
Reference in New Issue