all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Morgan.J.Smith@outlook.com
To: 61659@debbugs.gnu.org
Cc: Morgan Smith <Morgan.J.Smith@outlook.com>
Subject: [bug#61659] [PATCH 3/6] gnu: texlive-mdframed: Add needed propagated-inputs.
Date: Mon, 20 Feb 2023 12:36:23 -0500	[thread overview]
Message-ID: <DM5PR03MB31633D96E980CF35910E2038C5A49@DM5PR03MB3163.namprd03.prod.outlook.com> (raw)
In-Reply-To: <20230220173626.5988-1-Morgan.J.Smith@outlook.com>

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





  parent reply	other threads:[~2023-02-20 17:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230220173626.5988-1-Morgan.J.Smith@outlook.com>
2023-02-20 17:36 ` [bug#61659] [PATCH 2/6] gnu: texlive-latex-ifplatform: Add needed propagated-inputs Morgan.J.Smith
2023-02-20 17:36 ` Morgan.J.Smith [this message]
2023-02-20 17:36 ` [bug#61659] [PATCH 4/6] gnu: texlive-latex-fancyvrb: " Morgan.J.Smith
2023-02-20 17:36 ` [bug#61659] [PATCH 5/6] gnu: Add texlive-fvextra Morgan.J.Smith
2023-02-20 17:36 ` [bug#61659] [PATCH 6/6] gnu: Add texlive-minted Morgan.J.Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM5PR03MB31633D96E980CF35910E2038C5A49@DM5PR03MB3163.namprd03.prod.outlook.com \
    --to=morgan.j.smith@outlook.com \
    --cc=61659@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.