ngz pushed a commit to branch master
in repository guix.
commit 7a01586afe9b65acc0a298b699a66fb187dd7b4f
Author: Morgan Smith <[email protected]>
AuthorDate: Mon Feb 20 16:05:01 2023 -0500
gnu: texlive-latex-fancyvrb: Add needed propagated-inputs.
* gnu/packages/tex.scm (texlive-latex-fancyvrb)[propagated-inputs]: Add
TEXLIVE-LATEX-UPQUOTE.
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 5d82f98f35..bf4a50973b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3174,6 +3174,7 @@ users, via its Plain TeX version.)")
(base32
"0pdilgpw4zc0ipp4z9kdi61nymifyjy2mfpk74xk2cw9vhynkk3w")
#:trivial? #t))
+ (propagated-inputs (list texlive-latex-upquote))
(home-page "https://www.ctan.org/pkg/fancyvrb")
(synopsis "Sophisticated verbatim text")
(description