guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit 6d24a9f3eadb7347ff5f123fea3f1179d42e7268
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 24 07:28:44 2026 +0100

    gnu: bdb-6: Fix bootstrap phase.
    
    * gnu/packages/dbm.scm (bdb-6)[arguments]<#:phases>: Fix phase
    'bootstrap, by removing some edits that are rendered unecessary after
    core updates.
    
    Change-Id: I4a657f656cc69f87babb504e27c0da6e0adcba37
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/dbm.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index 9ea561ca1b..9272ee8af4 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -202,14 +202,7 @@ SQL, Key/Value, XML/XQuery or Java Object storage for 
their data model.")
                      (for-each (lambda (x)
                                  (install-file x "aclocal"))
                                (find-files "aclocal_java"))
-                     (apply (assq-ref %standard-phases 'bootstrap) arguments)
-                     (let ((automake-files (search-input-directory
-                                            (or native-inputs inputs)
-                                            "share/automake-1.16")))
-                       (define (replace file)
-                         (symlink (string-append automake-files "/" file) 
file))
-                       (for-each replace '("config.sub" "config.guess"
-                                           "install-sh"))))))
+                     (apply (assq-ref %standard-phases 'bootstrap) 
arguments))))
                (add-before 'configure 'pre-configure
                  (lambda _
                    (chdir "dist")

Reply via email to