guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#61659] [PATCH v2 4/6] gnu: texlive-latex-fancyvrb: Add needed propa


From: Morgan . J . Smith
Subject: [bug#61659] [PATCH v2 4/6] gnu: texlive-latex-fancyvrb: Add needed propagated-inputs.
Date: Mon, 20 Feb 2023 16:05:01 -0500

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 --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
-- 
2.39.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]