z572 pushed a commit to branch core-packages-team
in repository guix.
commit 077f507f74c19f523bcd26976b21cfa5ee434b1f
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Feb 12 21:40:46 2025 +0800
gnu: gnumach-headers: Fix build.
* gnu/packages/hurd.scm (gnumach-headers)[native-inputs]: Replace automake
and
texinfo-4 with automake-1.16.5 and texinfo.
Change-Id: Id7f0eeb6799e1b34eecb0f7b562507ecdb0632bc
---
gnu/packages/hurd.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 33e48e731a..565243f6c1 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -81,7 +81,7 @@
(delete 'build))
#:tests? #f))
(native-inputs
- (list autoconf automake texinfo-4))
+ (list autoconf automake-1.16.5 texinfo))
(supported-systems %hurd-systems)
(home-page
"https://www.gnu.org/software/hurd/microkernel/mach/gnumach.html")
(synopsis "GNU Mach kernel headers")