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 1/2] gnu: texlive-imakeidx: Fix inputs.
Date: Fri,  8 Dec 2023 21:03:35 -0600	[thread overview]
Message-ID: <9e255281f2019bfacd67032ca7b350f4b82ba5ab.1702087317.git.spencer@nursiapress.com> (raw)
In-Reply-To: <cover.1702087317.git.spencer@nursiapress.com>

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0d76710daa..cdefddb467 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17658,15 +17658,15 @@ (define-public texlive-imakeidx
   (package
     (name "texlive-imakeidx")
     (version (number->string %texlive-revision))
-    (source (texlive-origin
-             name version
-             (list "doc/latex/imakeidx/"
-                   "source/latex/imakeidx/"
-                   "tex/latex/imakeidx/")
-             (base32
-              "1s65kbzafx5q7519pbxjldb87flws0mgg76yxi7a5mgxrnkfy961")))
+    (source
+     (texlive-origin name version
+                     (list "doc/latex/imakeidx/" "source/latex/imakeidx/"
+                           "tex/latex/imakeidx/")
+                     (base32
+                      "1s65kbzafx5q7519pbxjldb87flws0mgg76yxi7a5mgxrnkfy961")))
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
+    (propagated-inputs (list texlive-xkeyval))
     (home-page "https://ctan.org/pkg/imakeidx")
     (synopsis "Package for producing multiple indexes")
     (description
-- 
2.41.0





  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 ` Spencer King [this message]
2023-12-09  3:03 ` [bug#67723] [PATCH 2/2] gnu: texlive-poetry: Fix inputs Spencer King
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=9e255281f2019bfacd67032ca7b350f4b82ba5ab.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.