diff options
author | Greg Hogan <code@greghogan.com> | 2023-05-11 20:00:48 +0000 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-11 23:56:24 +0200 |
commit | d07342b16612cfdffad6a7b3504b74e0d95d551f (patch) | |
tree | 57035782adcde27d38b15274d27f309c0d71a2fa /gnu | |
parent | 277c24442c323bbf5523e0024f868fc596a5cc60 (diff) | |
download | guix-d07342b16612cfdffad6a7b3504b74e0d95d551f.tar guix-d07342b16612cfdffad6a7b3504b74e0d95d551f.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 863e3df374..3ec2b7bbf7 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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 |