guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 9eb25d95b361b2373c4dbef7ab774c14a1ade44b Author: Zheng Junjie <[email protected]> AuthorDate: Sun Jul 13 15:47:30 2025 +0800 gnu: opensmtpd: Fix build. * gnu/packages/mail.scm (opensmtpd): Fix build. [native-inputs]: Remove automake; add automake-1.16.5. Change-Id: Ib951a9bafe29d6495c2bac6da195e3a9f264e668 --- 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 832ded4ac9..62fd5d1bc8 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -3405,7 +3405,7 @@ from the Cyrus IMAP project.") zlib)) (native-inputs (list autoconf - automake + automake-1.16.5 bison groff ;for man pages pkg-config))
