all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Spencer King <spencer@nursiapress.com>
To: 67723@debbugs.gnu.org
Cc: Spencer King <spencer@nursiapress.com>,
	Andreas Enge <andreas@enge.fr>,
	Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#67723] [PATCH 2/2] gnu: texlive-poetry: Fix inputs.
Date: Fri,  8 Dec 2023 21:03:36 -0600	[thread overview]
Message-ID: <90ca9e70de924dbd07605d43b56d808e854b6382.1702087317.git.spencer@nursiapress.com> (raw)
In-Reply-To: <cover.1702087317.git.spencer@nursiapress.com>

* gnu/packages/tex.scm (texlive-poetry)[propagated-inputs]: Add
texlive-modulues, texlive-imakeidx.

Change-Id: I1119b6dcebe8836b579c43835105711a7a7633dc
---
 gnu/packages/tex.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cdefddb467..fa9a5a005c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25407,14 +25407,15 @@ (define-public texlive-poetry
   (package
     (name "texlive-poetry")
     (version (number->string %texlive-revision))
-    (source (texlive-origin
-             name version
-             (list "doc/latex/poetry/" "source/latex/poetry/"
-                   "tex/latex/poetry/")
-             (base32
-              "1z262am0qh6h1qqf36hxj2lc7d5pr4r65yx8ysrydh0sijccgild")))
+    (source
+     (texlive-origin name version
+                     (list "doc/latex/poetry/" "source/latex/poetry/"
+                           "tex/latex/poetry/")
+                     (base32
+                      "1z262am0qh6h1qqf36hxj2lc7d5pr4r65yx8ysrydh0sijccgild")))
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
+    (propagated-inputs (list texlive-modulus texlive-imakeidx))
     (home-page "https://ctan.org/pkg/poetry")
     (synopsis "Facilities for typesetting poetry and poetical structure")
     (description
-- 
2.41.0





  parent reply	other threads:[~2023-12-09  3:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-09  2:04 [bug#67723] [PATCH 0/2] Fix the texlive-poetry package Spencer King
2023-12-09  3:03 ` [bug#67723] [PATCH 1/2] gnu: texlive-imakeidx: Fix inputs Spencer King
2023-12-09  3:03 ` Spencer King [this message]
2023-12-09 14:21 ` [bug#67723] [PATCH 0/2] Fix the texlive-poetry package Nicolas Goaziou via Guix-patches via
2023-12-09 19:54 ` spencernursiapress
2023-12-10 10:46   ` Nicolas Goaziou via Guix-patches via

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=90ca9e70de924dbd07605d43b56d808e854b6382.1702087317.git.spencer@nursiapress.com \
    --to=spencer@nursiapress.com \
    --cc=67723@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=rekado@elephly.net \
    /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.