diff options
author | Zheng Junjie <z572@z572.online> | 2025-07-13 15:47:30 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:52 +0200 |
commit | fa5080800fab8b2f19e745e0f048516a72d840b2 (patch) | |
tree | 4ba18b196b80f5f61ddea18dcf3563317e7f95d8 | |
parent | 27d01814884486d24b6e388c0098a447fbeab1c3 (diff) |
gnu: opensmtpd: Fix build.
* gnu/packages/mail.scm (opensmtpd): Fix build.
[native-inputs]: Remove automake; add automake-1.16.5.
Change-Id: Ib951a9bafe29d6495c2bac6da195e3a9f264e668
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index cae11dbb47..4d1f5294af 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)) |