diff options
-rw-r--r-- | gnu/packages/web.scm | 2 |
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") |