z572 pushed a commit to branch core-packages-team
in repository guix.
commit afce6015d7a4a30bbadcca55f2322561997b0a26
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Feb 12 22:53:27 2025 +0800
gnu: gnumach: Fix build.
* gnu/packages/hurd.scm (gnumach)[native-inputs]: Replace automake and
texinfo-4 with automake-1.16.5 and texinfo.
Change-Id: I16453207eb45019c0af01f8ef073960651ba6958
---
gnu/packages/hurd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 565243f6c1..2f09a569c2 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -270,12 +270,12 @@ Hurd-minimal package which are needed for both glibc and
GCC.")
(install-file "gnumach.gz" boot))))))))
(native-inputs
(list autoconf
- automake
+ automake-1.16.5
(if (%current-target-system)
(cross-mig (%current-target-system))
mig)
perl
- texinfo-4))
+ texinfo))
(supported-systems `("i686-linux" ,@%hurd-systems))
(synopsis "Microkernel of the GNU system")
(description