diff options
-rw-r--r-- | gnu/packages/dbm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm index 433d469ae8..2bec8d141c 100644 --- a/gnu/packages/dbm.scm +++ b/gnu/packages/dbm.scm @@ -134,7 +134,7 @@ (("rm (.*) configure") "") (("chmod (.*) config.guess(.*)$") "")) (invoke "sh" "s_config")))))) - (native-inputs (list autoconf automake libtool)) + (native-inputs (list autoconf automake-1.16.5 libtool)) (synopsis "Berkeley database") (description "Berkeley DB is an embeddable database allowing developers the choice of |