summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-07-15 09:25:02 +0800
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:53 +0200
commitd66479f381b86759fe5cd47dfa029d2798fdfe2e (patch)
tree861e0693a72ab682b8d7c43562d3e042b2ce314c /gnu/packages/web.scm
parent390bec78722b59ccae86d629a92619a7f09b7434 (diff)
gnu: leafnode: Fix build.
* gnu/packages/web.scm (leafnode): Fix build. [native-inputs]: Remove automake; add automake-1.16.5. Change-Id: I4f95b41de995614bfaa1e007f7e796ba637221c6 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5f5fc58698..8896630e85 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -375,7 +375,7 @@ and its related documentation.")
(lambda _
(substitute* "Makefile.am"
(("/bin/sh") (which "sh"))))))))
- (native-inputs (list autoconf automake))
+ (native-inputs (list autoconf automake-1.16.5))
(inputs (list pcre2))
(home-page "https://sourceforge.net/projects/leafnode/")
(synopsis "NNTP news proxy")