From fafa3653fd41f8bcbc9d7805d6b5fd4fe729c3ee Mon Sep 17 00:00:00 2001 From: Morgan Smith Date: Mon, 20 Feb 2023 16:04:59 -0500 Subject: 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 --- gnu/packages/tex.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/tex.scm') 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") -- cgit v1.2.3