guix-commits
[Top][All Lists]
Advanced

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

branch master updated: cuirass: Update hurd-manifest with newly supporte


From: guix-commits
Subject: branch master updated: cuirass: Update hurd-manifest with newly supported packages.
Date: Tue, 25 Jul 2023 10:04:22 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9dfda9e1a0 cuirass: Update hurd-manifest with newly supported packages.
9dfda9e1a0 is described below

commit 9dfda9e1a0d2798d4caf23fa00bf272ca1afcc7e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jul 25 15:39:39 2023 +0200

    cuirass: Update hurd-manifest with newly supported packages.
    
    * build-aux/cuirass/hurd-manifest.scm: Include full build of python-minimal
    and gettext-minimal (no longer without-tests).  Add grub-minimal, grub,
    guix-without-tests and guile-3.0 (no longer delete it from guix 
dependencies).
---
 build-aux/cuirass/hurd-manifest.scm | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/build-aux/cuirass/hurd-manifest.scm 
b/build-aux/cuirass/hurd-manifest.scm
index 0be8943cd1..1b1d0a53b4 100644
--- a/build-aux/cuirass/hurd-manifest.scm
+++ b/build-aux/cuirass/hurd-manifest.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -31,7 +31,7 @@
              (srfi srfi-1))
 
 (use-package-modules
- base commencement compression file gawk gdb gettext guile
+ base bootloaders commencement compression file gawk gdb gettext guile
  hurd less m4 package-management python ssh version-control)
 
 (define (input->package input)
@@ -64,11 +64,14 @@
 
   ;; development packages
   gcc-toolchain gdb-minimal git-minimal gnu-make
+  gettext-minimal python-minimal
 
-  ;; guix environment guix --without-tests=python-minimal 
--without-tests=gettext-minimal
-  (package-without-tests gettext-minimal)
-  (package-without-tests python-minimal)
+  ;; ourselves!
+  (package-without-tests guix)
+
+  ;; system
+  grub-minimal grub
 
   (append
    guix-dependencies
-   (delete guile-3.0 %base-packages/hurd))))
+   %base-packages/hurd)))



reply via email to

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