diff options
author | Morgan Smith <Morgan.J.Smith@outlook.com> | 2023-02-20 16:04:59 -0500 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-02-23 15:25:40 +0100 |
commit | fafa3653fd41f8bcbc9d7805d6b5fd4fe729c3ee (patch) | |
tree | 52b9ec062131869ca9e523442996ca4307f3aad2 | |
parent | d53e46cabfb176950162b36f7334bf36aa142b36 (diff) | |
download | guix-fafa3653fd41f8bcbc9d7805d6b5fd4fe729c3ee.tar.gz |
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>
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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") |