diff options
| author | Zheng Junjie <z572@z572.online> | 2025-02-12 22:53:27 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:30 +0200 |
| commit | a7564266963562d1039086e095ddbc440a6ffa56 (patch) | |
| tree | 954d2f9a0fc1a91d1550a73b897102cf93e08d04 /gnu | |
| parent | 479a0dd5798ad24b5387483ac4882ec5caf9d618 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/hurd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm index a1f0c2d07e2..6d26f335d6b 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 |
