summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorMorgan Smith <Morgan.J.Smith@outlook.com>2023-02-20 16:05:00 -0500
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-02-23 15:25:40 +0100
commit1bcf02465c8ea6dbd6efbb7b6399fdfd348d0f7a (patch)
treecc43438e1589223d506b97f96aa900b3d5681ccf /gnu/packages/tex.scm
parentfafa3653fd41f8bcbc9d7805d6b5fd4fe729c3ee (diff)
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>
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm2
1 files changed, 2 insertions, 0 deletions
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