unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: mirai@makinata.eu
To: 59711@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#59711] [PATCH] gnu: rasdaemon: Add perl to inputs.
Date: Wed, 30 Nov 2022 02:09:18 +0000	[thread overview]
Message-ID: <337124eb53ad5d60c7df6309cf5d3f4ef606682c.1669774140.git.mirai@makinata.eu> (raw)

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
-- 
2.38.1





             reply	other threads:[~2022-11-30  2:10 UTC|newest]

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

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=337124eb53ad5d60c7df6309cf5d3f4ef606682c.1669774140.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=59711@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 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).