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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





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.