all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: mirai@makinata.eu
Cc: 59711-done@debbugs.gnu.org
Subject: bug#59711: [PATCH] gnu: rasdaemon: Add perl to inputs.
Date: Mon, 05 Dec 2022 16:10:49 -0500	[thread overview]
Message-ID: <87lenla752.fsf@gmail.com> (raw)
In-Reply-To: <337124eb53ad5d60c7df6309cf5d3f4ef606682c.1669774140.git.mirai@makinata.eu> (mirai@makinata.eu's message of "Wed, 30 Nov 2022 02:09:18 +0000")

Hi,

mirai@makinata.eu writes:

> From: Bruno Victal <mirai@makinata.eu>
>
> Required for ras-mc-ctl.
>
> * gnu/packages/linux.scm (rasdaemon)[inputs]: Add perl for ras-mc-ctl.
> ---
>  gnu/packages/linux.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 2e1da21800..73d81f31b5 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -9319,7 +9319,7 @@ (define-public rasdaemon
>         (sha256
>          (base32 "0r0339mg4rc12p63iiq2kwdqn1zjakyiv014i2a2l9s8v5rjik41"))))
>      (native-inputs (list autoconf automake libtool))
> -    (inputs (list sqlite))
> +    (inputs (list perl sqlite))
>      (arguments
>       `(#:configure-flags
>         (list "--enable-all"
>
> base-commit: aaf1f18b8044142515ff868bcbd2b72b81ced3ec

Applied!

-- 
Thanks,
Maxim




      reply	other threads:[~2022-12-05 21:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-30  2:09 [bug#59711] [PATCH] gnu: rasdaemon: Add perl to inputs mirai
2022-12-05 21:10 ` Maxim Cournoyer [this message]

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=87lenla752.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=59711-done@debbugs.gnu.org \
    --cc=mirai@makinata.eu \
    /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.