summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-02-12 21:40:46 +0800
committerAndreas Enge <andreas@enge.fr>2025-03-31 10:48:04 +0200
commit0c6344a7f615f7777ccd82c038faa8a1d07b04c3 (patch)
tree3cf66ace38c1e14b685a9cb2b32b581a308e8ddc
parentbd5b444ecf3dfea68b1d5c1660e63488c95c3376 (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 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")