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

commit e173712800f68e37eb14e959dc4a1301a7137e18
Author: Yelninei <[email protected]>
AuthorDate: Thu Aug 27 15:03:03 2026 +0000

    gnu: guile-lib: Invoke auopoint.
    
    * gnu/packages/guile-xyz.scm (guile-lib)[#:phases]: Add a phase to invoke
    autopoint.
    [native-inputs]: Update gettext-minimal input.
---
 gnu/packages/guile-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 21b64e9f46..8ff03fb7f0 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3964,6 +3964,9 @@ library.")
      '(#:make-flags '("GUILE_AUTO_COMPILE=0") ;placate guild warnings
        #:phases
        (modify-phases %standard-phases
+         (add-before 'bootstrap 'fix-bootstrap
+           (lambda _
+             (invoke "autopoint" "--force")))
          (delete 'strip)
          (add-before 'configure 'patch-module-dir
            (lambda _
@@ -3977,7 +3980,7 @@ 
$(libdir)/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache\n")))))))
      (list autoconf
            automake
            texinfo
-           gettext-minimal-0.23              ;for 'AC_LIB_LINKFLAGS_FROM_LIBS'
+           gettext-minimal
            guile-3.0
            pkg-config))
     (inputs

Reply via email to