mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
* gnu/packages/mail.scm (neomutt): Update to 20260105.
[native-inputs]:
Update neomutt-test-files to commit c769cdefd45b.
Add autosetup and remove its transitive dependency tcl.
[source]: Add snippet and its required modules to unbundle autosetup.
[arguments]
<phases>:
{configure}: Invoke autosetup directly.
{prepare-test-files}: Re-enable test_mutt_sig_exit_handler.
<configure-flags>:
Move --prefix to the definition of the configure phase.
Remove --ssl=1 which now conflicts with --gnutls.
Add --enable-autocrypt.
[inputs]: Add sqlite for autocrypt support.
Change-Id: I604876d66623bdc7d799d86962f60e437003f57f
Merges: https://codeberg.org/guix/guix/pulls/4835
Reviewed-by: Simon Tournier <zimon.toutoune@gmail.com>