diff mbox series

[bug#61659,3/6] gnu: texlive-mdframed: Add needed propagated-inputs.

Message ID DM5PR03MB31633D96E980CF35910E2038C5A49@DM5PR03MB3163.namprd03.prod.outlook.com
State New
Headers show
Series gnu: Add texlive-minted. | expand

Commit Message

Morgan Smith Feb. 20, 2023, 5:36 p.m. UTC
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/tex.scm (texlive-mdframed)[propagated-inputs]: Add
texlive-latex-needspace, and texlive-zref.
---
 gnu/packages/tex.scm | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1e6d040106..6d961558e9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11515,6 +11515,8 @@  (define-public texlive-mdframed
        "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