all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: aria@chytrid.org
To: 71317@debbugs.gnu.org
Subject: [bug#71317] [PATCH] fixed dependencies for latexindent
Date: Sat, 01 Jun 2024 15:10:13 -0400	[thread overview]
Message-ID: <1f0ef43bf3ea11a82810e0bc817b582f@chytrid.org> (raw)

 From eec57fe778c5dd90f1a773793740a39177e3a9a4 Mon Sep 17 00:00:00 2001
 From: Aria Nolan <aria@chytrid.org>
Date: Sat, 1 Jun 2024 15:01:16 -0400
Subject: [PATCH] fixed dependencies for latexindent

Change-Id: I70e90419b0a513c66292218ae307fc186465ca60
---
  gnu/packages/tex.scm | 1 +
  1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4e46c1a..1df707f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -38510,6 +38510,7 @@ (define-public texlive-latexindent
      (build-system texlive-build-system)
      (arguments (list #:link-scripts #~(list "latexindent.pl")))
      (inputs (list perl))
+    (propagated-inputs (list perl perl-yaml-tiny perl-file-homedir))
      (home-page "https://ctan.org/pkg/latexindent")
      (synopsis "Indent a LaTeX document, highlighting the programming 
structure")
      (description
-- 
2.45.1




             reply	other threads:[~2024-06-02  9:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-01 19:10 aria [this message]
2024-06-02 13:05 ` [bug#71317] [PATCH] fixed dependencies for latexindent Nicolas Goaziou via Guix-patches via
2024-06-10 18:34   ` 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=1f0ef43bf3ea11a82810e0bc817b582f@chytrid.org \
    --to=aria@chytrid.org \
    --cc=71317@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.