~ruther/guix-local

32d4f40589e32cbac6549c50962011084f13d9fc — Ludovic Courtès 2 years ago d1eac4f
maint: Build more development packages for GNU/Hurd.

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

Change-Id: I6ded9623543a8f5444e9d6bb04284e9ca2aa2dcd
1 files changed, 7 insertions(+), 2 deletions(-)

M etc/hurd-manifest.scm
M etc/hurd-manifest.scm => etc/hurd-manifest.scm +7 -2
@@ 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)