guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: texlive-latex-ifplatform: Add needed propagated-inputs.


From: guix-commits
Subject: 05/16: gnu: texlive-latex-ifplatform: Add needed propagated-inputs.
Date: Thu, 23 Feb 2023 09:28:23 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit fafa3653fd41f8bcbc9d7805d6b5fd4fe729c3ee
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Mon Feb 20 16:04:59 2023 -0500

    gnu: texlive-latex-ifplatform: Add needed propagated-inputs.
    
    * gnu/packages/tex.scm (texlive-latex-ifplatform)[propagated-inputs]: Add
    texlive-catchfile.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index efccba17cc..2fea0e9697 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4957,6 +4957,7 @@ corresponding italics: light, regular, medium, bold, ...")
                (base32
                 "157pplavvm2z97b3jl4x41w11k6q9wgy074mfg0dwmsx5lm328jy"))))
     (build-system texlive-build-system)
+    (propagated-inputs (list texlive-catchfile))
     (arguments '(#:tex-directory "latex/ifplatform"))
     (home-page "https://www.ctan.org/pkg/ifplatform";)
     (synopsis "Conditionals to test which platform is being used")



reply via email to

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