guix-commits
[Top][All Lists]
Advanced

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

06/16: gnu: texlive-mdframed: Add needed propagated-inputs.


From: guix-commits
Subject: 06/16: gnu: texlive-mdframed: Add needed propagated-inputs.
Date: Thu, 23 Feb 2023 09:28:23 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 1bcf02465c8ea6dbd6efbb7b6399fdfd348d0f7a
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Mon Feb 20 16:05:00 2023 -0500

    gnu: texlive-mdframed: Add needed propagated-inputs.
    
    * gnu/packages/tex.scm (texlive-mdframed)[propagated-inputs]: Add
    texlive-latex-needspace, and texlive-zref.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/tex.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2fea0e9697..5d82f98f35 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11518,6 +11518,8 @@ Polish of standard ``LaTeX names''.")
        "tex/latex/mdframed/")
       (base32 "1i5rm946wg43rjckxlfhx79zfx5cgd3bxk71206hd1dqkrgpdpa8")
       #:trivial? #t))
+    (propagated-inputs (list texlive-latex-needspace
+                             texlive-zref))
     (home-page "https://ctan.org/pkg/mdframed";)
     (synopsis "Framed environments that can split at page boundaries")
     (description



reply via email to

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