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 7edf40ac19 gnu: mu: Build with full Emacs.
7edf40ac19 is described below
commit 7edf40ac1999172eb4818fc1a18d06ce44cab61e
Author: Sergey Trofimov <[email protected]>
AuthorDate: Tue Dec 23 19:15:42 2025 +0100
gnu: mu: Build with full Emacs.
Build with full Emacs to ensure conditionally required mu4e-dbus feature
is included in the output.
* gnu/packages/mail.scm (mu)[native-inputs]: Replace emacs-minimal with
emacs.
Closes: guix/guix#5077
Fixes: guix/guix#5085
Change-Id: I223b256042ca69421f445c8466fddf9b68fafa56
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/mail.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 279d2f46f8..5b911b1f1a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1356,7 +1356,7 @@ security functionality including PGP, S/MIME, SSH, and
SSL.")
(build-system meson-build-system)
(native-inputs
(list pkg-config
- emacs-minimal
+ emacs ; TODO: use emacs-minimal next release
gnupg ; for tests
tzdata-for-tests ; for tests
texinfo))