summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-02-12 21:40:46 +0800
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:29 +0200
commitff6ae006b6a3364785aa4e656ce39a521f0d8aa8 (patch)
treeb8b25a3cf8684da7f560b1f641b94f27d2044765
parent25d0c7f53381d33a1fdfc9b1d75c9b64fa41feb7 (diff)
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
-rw-r--r--gnu/packages/hurd.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 97c76c99d6..a1f0c2d07e 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")