ngz pushed a commit to branch master
in repository guix.
commit fafa3653fd41f8bcbc9d7805d6b5fd4fe729c3ee
Author: Morgan Smith <[email protected]>
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 <[email protected]>
---
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")