GNU bug report logs - #59711
[PATCH] gnu: rasdaemon: Add perl to inputs.

Previous Next

Package: guix-patches;

Reported by: mirai <at> makinata.eu

Date: Wed, 30 Nov 2022 02:10:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#59711: closed ([PATCH] gnu: rasdaemon: Add perl to inputs.)
Date: Mon, 05 Dec 2022 21:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 05 Dec 2022 16:10:49 -0500
with message-id <87lenla752.fsf <at> gmail.com>
and subject line Re: bug#59711: [PATCH] gnu: rasdaemon: Add perl to inputs.
has caused the debbugs.gnu.org bug report #59711,
regarding [PATCH] gnu: rasdaemon: Add perl to inputs.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
59711: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59711
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: mirai <at> makinata.eu
To: guix-patches <at> gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH] gnu: rasdaemon: Add perl to inputs.
Date: Wed, 30 Nov 2022 02:09:18 +0000
From: Bruno Victal <mirai <at> 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



[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: mirai <at> makinata.eu
Cc: 59711-done <at> debbugs.gnu.org
Subject: Re: bug#59711: [PATCH] gnu: rasdaemon: Add perl to inputs.
Date: Mon, 05 Dec 2022 16:10:49 -0500
Hi,

mirai <at> makinata.eu writes:

> From: Bruno Victal <mirai <at> 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


This bug report was last modified 2 years and 171 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.