From 7a01586afe9b65acc0a298b699a66fb187dd7b4f Mon Sep 17 00:00:00 2001 From: Morgan Smith Date: Mon, 20 Feb 2023 16:05:01 -0500 Subject: [PATCH] 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 --- 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 @@ (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