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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d14b1e9379 gnu: mu: Enable tests and readline.
d14b1e9379 is described below

commit d14b1e937978796930602ffba218f3170b0b10f1
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 3 22:37:50 2026 +0100

    gnu: mu: Enable tests and readline.
    
    * gnu/packages/mail.scm (mu)[arguments]<#:configure-flags>: Enable
    readline and tests.
    
    Change-Id: I4eb42c5be0fc701a447bcf8d17115b6e89ee1387
---
 gnu/packages/mail.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d25e57e515..d1d472e251 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1373,7 +1373,9 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
                            (guix build guile-build-system)
                            (guix build emacs-utils))
       #:configure-flags
-      #~(list (format #f "-Dguile-extension-dir=~a/lib" #$output))
+      #~(list (format #f "-Dguile-extension-dir=~a/lib" #$output)
+              "-Dreadline=enabled"
+              "-Dtests=enabled")
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'install 'fix-ffi

Reply via email to