~ruther/guix-local

ff6ae006b6a3364785aa4e656ce39a521f0d8aa8 — Zheng Junjie 1 year, 5 months ago 25d0c7f
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
1 files changed, 1 insertions(+), 1 deletions(-)

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