diff mbox series

[bug#61659,v2,4/6] gnu: texlive-latex-fancyvrb: Add needed propagated-inputs.

Message ID DM5PR03MB31631C26D1456D77A11B6590C5A49@DM5PR03MB3163.namprd03.prod.outlook.com
State New
Headers show
Series [bug#61659,v2,1/6] gnu: Add texlive-catchfile. | expand

Commit Message

Morgan Smith Feb. 20, 2023, 9:05 p.m. UTC
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/tex.scm (texlive-latex-fancyvrb)[propagated-inputs]: Add
texlive-latex-upquote.
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5d82f98f35..bf4a50973b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3174,6 +3174,7 @@  (define-public texlive-latex-fancyvrb
               (base32
                "0pdilgpw4zc0ipp4z9kdi61nymifyjy2mfpk74xk2cw9vhynkk3w")
               #:trivial? #t))
+    (propagated-inputs (list texlive-latex-upquote))
     (home-page "https://www.ctan.org/pkg/fancyvrb")
     (synopsis "Sophisticated verbatim text")
     (description