unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71317] [PATCH] fixed dependencies for latexindent
@ 2024-06-01 19:10 aria
  2024-06-02 13:05 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: aria @ 2024-06-01 19:10 UTC (permalink / raw)
  To: 71317

 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-10 18:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-01 19:10 [bug#71317] [PATCH] fixed dependencies for latexindent aria
2024-06-02 13:05 ` Nicolas Goaziou via Guix-patches via
2024-06-10 18:34   ` Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).