~ruther/guix-local

663e92bb3285da04cd4755c1ce1a5976a595059e — Maxim Cournoyer 4 months ago 6878d0d
Revert "gnu: autoconf: Update to 2.72."

This reverts commit db051f571539c4656908773c334dbee40beea340.
2 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/autotools.scm
M gnu/packages/dbm.scm
M gnu/packages/autotools.scm => gnu/packages/autotools.scm +1 -1
@@ 157,7 157,7 @@ know anything about Autoconf or M4.")
       (base32
        "0niz4852fgyavfh3gr4h4kzalk01nk70v6vfsja6r3ap349mr25s"))))))

(define-public autoconf autoconf-2.72)
(define-public autoconf autoconf-2.69)

(define-public autoconf-2.68
  (package (inherit autoconf)

M gnu/packages/dbm.scm => gnu/packages/dbm.scm +1 -1
@@ 148,7 148,7 @@
                     (("rm (.*) configure") "")
                     (("chmod (.*) config.guess(.*)$") ""))
                   (invoke "sh" "s_config"))))))
    (native-inputs (list autoconf-2.69 automake-1.16.5 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