[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/59: system: examples: devel-hurd: Add hurd dependencies.
From: |
guix-commits |
Subject: |
56/59: system: examples: devel-hurd: Add hurd dependencies. |
Date: |
Mon, 11 Nov 2024 09:56:12 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 20c6a5267c220e8614dd21505770c0ebf4ab4fef
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jun 5 09:18:35 2020 +0200
system: examples: devel-hurd: Add hurd dependencies.
* gnu/system/examples/devel-hurd.tmpl (hurd-packages): New variable
(%hurd-devel-os): Use it.
Change-Id: I097c7c00a9ab9602db7f8f3305827c815f308d1e
---
gnu/system/examples/devel-hurd.tmpl | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/system/examples/devel-hurd.tmpl
b/gnu/system/examples/devel-hurd.tmpl
index 3dca0706d1..9fbb7e2aae 100644
--- a/gnu/system/examples/devel-hurd.tmpl
+++ b/gnu/system/examples/devel-hurd.tmpl
@@ -64,6 +64,12 @@
;; These are not essential and do not build yet.
'("graphviz" "guile-avahi" "po4a"))))
+(define hurd-packages
+ (filter-map input->package
+ (fold alist-delete (package-direct-inputs hurd)
+ ;; These are not essential or are very big.
+ '("dde-sources" "parted" "rumpdisk" "util-linux"))))
+
(define %hurd-devel-os
(operating-system
(inherit %hurd-vm-operating-system)
@@ -89,6 +95,7 @@
openssh-sans-x
(append
guix-packages
+ hurd-packages
%base-packages/hurd)))
(services (cons*
(modify-services (operating-system-user-services
- 20/59: gnu: gnumach: Update to v1.8+git20240714., (continued)
- 20/59: gnu: gnumach: Update to v1.8+git20240714., guix-commits, 2024/11/11
- 13/59: installer: Fix file-name typos., guix-commits, 2024/11/11
- 25/59: gnu: bash-minimal: Fix build for 64bit Hurd., guix-commits, 2024/11/11
- 10/59: installer: Remove unused (newt) imports., guix-commits, 2024/11/11
- 29/59: gnu: libxcrypt: Support the 64bit Hurd., guix-commits, 2024/11/11
- 31/59: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static., guix-commits, 2024/11/11
- 41/59: gnu: netdde: Support the 64bit Hurd., guix-commits, 2024/11/11
- 37/59: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/11
- 38/59: gnu: pciutils: Support the 64bit Hurd., guix-commits, 2024/11/11
- 40/59: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/11/11
- 56/59: system: examples: devel-hurd: Add hurd dependencies.,
guix-commits <=
- 52/59: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20240714., guix-commits, 2024/11/11
- 48/59: gnu: guile-fibers: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 45/59: gnu: git-minimal: Support the 64bit Hurd., guix-commits, 2024/11/11
- 44/59: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/11
- 43/59: gnu: rumpkernel: Support the 64bit Hurd., guix-commits, 2024/11/11
- 39/59: gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/11
- 42/59: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337., guix-commits, 2024/11/11
- 57/59: gnu: gettext: Fix cross-build shebangs., guix-commits, 2024/11/11
- 59/59: gnu: flex: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 47/59: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/11/11