guix-patches
[Top][All Lists]
Advanced

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

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


From: Morgan . J . Smith
Subject: [bug#61659] [PATCH 4/6] gnu: texlive-latex-fancyvrb: Add needed propagated-inputs.
Date: Mon, 20 Feb 2023 12:36:24 -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 6d961558e9..3d0d2e5db9 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]