guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: maint: Build more development packages for GNU/Hurd.


From: guix-commits
Subject: 01/05: maint: Build more development packages for GNU/Hurd.
Date: Mon, 18 Dec 2023 17:27:00 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 32d4f40589e32cbac6549c50962011084f13d9fc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 17 22:32:11 2023 +0100

    maint: Build more development packages for GNU/Hurd.
    
    * etc/hurd-manifest.scm: Add Autotools and Guile-related packages.
    
    Change-Id: I6ded9623543a8f5444e9d6bb04284e9ca2aa2dcd
---
 etc/hurd-manifest.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/etc/hurd-manifest.scm b/etc/hurd-manifest.scm
index 8132da7d08..cb6b82d5f8 100644
--- a/etc/hurd-manifest.scm
+++ b/etc/hurd-manifest.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]