unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59711] [PATCH] gnu: rasdaemon: Add perl to inputs.
@ 2022-11-30  2:09 mirai
  2022-12-05 21:10 ` bug#59711: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: mirai @ 2022-11-30  2:09 UTC (permalink / raw)
  To: 59711; +Cc: Bruno Victal

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





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

* bug#59711: [PATCH] gnu: rasdaemon: Add perl to inputs.
  2022-11-30  2:09 [bug#59711] [PATCH] gnu: rasdaemon: Add perl to inputs mirai
@ 2022-12-05 21:10 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-12-05 21:10 UTC (permalink / raw)
  To: mirai; +Cc: 59711-done

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




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

end of thread, other threads:[~2022-12-05 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-30  2:09 [bug#59711] [PATCH] gnu: rasdaemon: Add perl to inputs mirai
2022-12-05 21:10 ` bug#59711: " Maxim Cournoyer

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).