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).
parent
1fd4f544b3
commit
9dfda9e1a0
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; 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.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
(srfi srfi-1))
|
(srfi srfi-1))
|
||||||
|
|
||||||
(use-package-modules
|
(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)
|
hurd less m4 package-management python ssh version-control)
|
||||||
|
|
||||||
(define (input->package input)
|
(define (input->package input)
|
||||||
|
@ -64,11 +64,14 @@
|
||||||
|
|
||||||
;; development packages
|
;; development packages
|
||||||
gcc-toolchain gdb-minimal git-minimal gnu-make
|
gcc-toolchain gdb-minimal git-minimal gnu-make
|
||||||
|
gettext-minimal python-minimal
|
||||||
|
|
||||||
;; guix environment guix --without-tests=python-minimal --without-tests=gettext-minimal
|
;; ourselves!
|
||||||
(package-without-tests gettext-minimal)
|
(package-without-tests guix)
|
||||||
(package-without-tests python-minimal)
|
|
||||||
|
;; system
|
||||||
|
grub-minimal grub
|
||||||
|
|
||||||
(append
|
(append
|
||||||
guix-dependencies
|
guix-dependencies
|
||||||
(delete guile-3.0 %base-packages/hurd))))
|
%base-packages/hurd)))
|
||||||
|
|
Reference in New Issue