This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 52319edcc4 gnu: rasdaemon: Add perl to inputs.
52319edcc4 is described below

commit 52319edcc41e496bf8952ff9ad17b3e00f428c39
Author: Bruno Victal <[email protected]>
AuthorDate: Wed Nov 30 02:09:18 2022 +0000

    gnu: rasdaemon: Add perl to inputs.
    
    Required for ras-mc-ctl.
    
    * gnu/packages/linux.scm (rasdaemon)[inputs]: Add perl for ras-mc-ctl.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 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 8c417fb600..50cf227ea0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9444,7 +9444,7 @@ provides user-space tools for creating EROFS file 
systems.")
        (sha256
         (base32 "0r0339mg4rc12p63iiq2kwdqn1zjakyiv014i2a2l9s8v5rjik41"))))
     (native-inputs (list autoconf automake libtool))
-    (inputs (list sqlite))
+    (inputs (list perl sqlite))
     (arguments
      `(#:configure-flags
        (list "--enable-all"

Reply via email to