all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org>
To: aria@chytrid.org
Cc: 71317@debbugs.gnu.org
Subject: [bug#71317] [PATCH] fixed dependencies for latexindent
Date: Sun, 02 Jun 2024 15:05:09 +0200	[thread overview]
Message-ID: <87zfs37awq.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <1f0ef43bf3ea11a82810e0bc817b582f@chytrid.org> (aria@chytrid.org's message of "Sat, 01 Jun 2024 15:10:13 -0400")

Hello,

aria@chytrid.org writes:

>  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

Thank you.

>       (inputs (list perl))
> +    (propagated-inputs (list perl perl-yaml-tiny perl-file-homedir))

Perl is already an input, it should not be a propagated input, too.
`perl-yaml-tiny' and `perl-file-homedir' should also be moved to inputs.
In that case, you will probably need to add a phase such as this one:

          (add-after 'link-scripts 'wrap-perl-script
            (lambda _
              (wrap-program (string-append #$output "/bin/latexindent")
                `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))))


Could you send an updated patch?


Regards,
-- 
Nicolas Goaziou






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

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