guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit f123d3e3457e47ed0ab627f5c10a3a974c0b36f6 Author: Zheng Junjie <[email protected]> AuthorDate: Tue Jul 15 09:25:02 2025 +0800 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 <[email protected]> --- gnu/packages/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")
