guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 02/02: gnu: texlive-datetime2: Add needed propagated-inputs.
Date: Thu, 11 May 2023 17:58:50 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d07342b16612cfdffad6a7b3504b74e0d95d551f
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu May 11 20:00:48 2023 +0000

    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>
---
 gnu/packages/tex.scm | 4 ++++
 1 file changed, 4 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]