maint: Build more development packages for GNU/Hurd.

* etc/hurd-manifest.scm: Add Autotools and Guile-related packages.

Change-Id: I6ded9623543a8f5444e9d6bb04284e9ca2aa2dcd
This commit is contained in:
Ludovic Courtès 2023-12-17 22:32:11 +01:00
parent d1eac4f3b7
commit 32d4f40589
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 2 deletions

View File

@ -31,8 +31,9 @@
(srfi srfi-1))
(use-package-modules
base bootloaders commencement compression file gawk gdb gettext gtk guile
hurd less m4 package-management python ssh version-control)
autotools base bootloaders commencement compression file gawk gdb gettext gtk
guile guile-xyz hurd less m4 package-management python ssh
texinfo tls version-control)
(define (input->package input)
"Return the INPUT as package, or #f."
@ -63,8 +64,12 @@
diffutils file findutils gawk grep gzip less m4 openssh-sans-x tar xz
;; development packages
autoconf automake libtool texinfo
gcc-toolchain gdb-minimal git-minimal gnu-make
gettext-minimal python-minimal
guile-3.0 guile-2.2 guile-2.0
guile-readline guile-colorized
guile-gnutls guile-fibers guile-json-4
;; ourselves!
(package-without-tests guix)