~ruther/guix-local

a7564266963562d1039086e095ddbc440a6ffa56 — Zheng Junjie 1 year, 5 months ago 479a0dd
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/hurd.scm
M gnu/packages/hurd.scm => gnu/packages/hurd.scm +2 -2
@@ 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