diff options
-rw-r--r-- | gnu/packages/hurd.scm | 2 |
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") |