GNU bug report logs -
#59711
[PATCH] gnu: rasdaemon: Add perl to inputs.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#59711: [PATCH] gnu: rasdaemon: Add perl to inputs.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 59711 <at> debbugs.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)]
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
[Message part 3 (message/rfc822, inline)]
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.