This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this
push:
new 4e226c85c3 gnu: guile-fibers-1.1: Fix build.
4e226c85c3 is described below
commit 4e226c85c332d717f88be690047c973ffdf1e820
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jul 24 15:26:07 2026 +0800
gnu: guile-fibers-1.1: Fix build.
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[native-inputs]: Change
‘gettext-minimal’ to ‘gettext-minimal-0.23’.
---
gnu/packages/guile-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 56e95d33f3..0b37e44fff 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1273,7 +1273,7 @@ is not available for Guile 2.0.")
(list texinfo pkg-config autoconf automake libtool
guile-3.0 ;for 'guild compile
;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'
- gettext-minimal))
+ gettext-minimal-0.23))
(arguments
(if (%current-target-system)
(substitute-keyword-arguments (package-arguments guile-fibers-1.3)