From ff6ae006b6a3364785aa4e656ce39a521f0d8aa8 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Wed, 12 Feb 2025 21:40:46 +0800 Subject: 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 97c76c99d6b..a1f0c2d07e2 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") -- cgit v1.3