diff options
author | Zheng Junjie <z572@z572.online> | 2025-07-13 15:47:30 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-17 22:21:15 +0200 |
commit | 9a3ef9705017e5605054bf8bcd77db653edad53f (patch) | |
tree | 572e43ce9011c878fd0573e71c4e65361094cba7 | |
parent | 6a42f6392c4396b7240c5a4605b33b71eafbdbf6 (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)) |