[PATCH] gnu: mumi: Add guile-gnutls to inputs.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ludovic Courtès
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20230429053608.164344-1-kiasoc5@disroot.org
This fixes this error when running mumi on foreign distributions:

Throw to key `gnutls-not-available' with args `("(gnutls) module not available")'.

* gnu/packages/mail.scm (mumi)[inputs]: Add guile-gnutls.
---
gnu/packages/mail.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a452c5296b..c88bd02f34 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4129,6 +4129,7 @@ (define-public mumi
guile-email
guile-fibers
guile-gcrypt
+ guile-gnutls
guile-json-4
guile-kolam
guile-redis
--
2.40.1
Ludovic Courtès wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 63166-done@debbugs.gnu.org)
87cz3loyxp.fsf@gnu.org
Hi,

kiasoc5 <kiasoc5@disroot.org> skribis:

Toggle quote (6 lines)
> This fixes this error when running mumi on foreign distributions:
>
> Throw to key `gnutls-not-available' with args `("(gnutls) module not available")'.
>
> * gnu/packages/mail.scm (mumi)[inputs]: Add guile-gnutls.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63166@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63166
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help