[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/62: gnu: guix: Add dependency on `hurd' when building for the Hurd.
From: |
guix-commits |
Subject: |
52/62: gnu: guix: Add dependency on `hurd' when building for the Hurd. |
Date: |
Sat, 11 Apr 2020 11:35:56 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 92612e221f2ed1d61dde7f5fe5257920e4e5c80c
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Wed Apr 8 00:14:43 2020 +0200
gnu: guix: Add dependency on `hurd' when building for the Hurd.
We need a guix based on core-updates, that supports the Hurd if we want to
use
DRAFT daemon: Create wrapper for mount (2).
to support a daemon with chrooted builds.
* gnu/packages/package-management.scm (guix)[inputs]: If hurd-target? is
true,
add hurd.
---
gnu/packages/package-management.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 5507591..e1af9aa 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -369,6 +369,10 @@ $(prefix)/etc/init.d\n")))
,@(if (%current-target-system)
`(("bash" ,bash-minimal))
'())
+ ,@(if (hurd-target?)
+ `(("hurd" ,hurd)) ;for `libhurdutil' XXX TODO: hurd-headers +
+ ;hurd-libhurdutil.patch
+ '())
;; Tests also rely on these bootstrap executables.
("bootstrap/bash" ,(bootstrap-executable "bash" target))
- 39/62: gnu: guile-json: Cross-build fix., (continued)
- 39/62: gnu: guile-json: Cross-build fix., guix-commits, 2020/04/11
- 62/62: gnu: guix: Run `make update-guix-package'., guix-commits, 2020/04/11
- 22/62: system: hurd: Create /etc/{hostname,motd,login} and /root., guix-commits, 2020/04/11
- 30/62: vm: Make the device node procedure a parameter., guix-commits, 2020/04/11
- 32/62: system: hurd: Add guix., guix-commits, 2020/04/11
- 38/62: system: hurd: Add openssh, shepherd., guix-commits, 2020/04/11
- 36/62: gnu: hurd: Install a BDF font., guix-commits, 2020/04/11
- 46/62: system: hurd: Add guile-candy., guix-commits, 2020/04/11
- 47/62: system: hurd: Ensure propagated inputs are also cross-built., guix-commits, 2020/04/11
- 51/62: gnu: guix: Cross-build fixup for wrap-program., guix-commits, 2020/04/11
- 52/62: gnu: guix: Add dependency on `hurd' when building for the Hurd.,
guix-commits <=
- 50/62: gnu: Fix typo., guix-commits, 2020/04/11
- 58/62: HACK build.sh, 2GiB disk., guix-commits, 2020/04/11
- 59/62: Revert "compile: Run the load phase within 'with-target'.", guix-commits, 2020/04/11
- 24/62: vm: Preserve file permissions on /dev., guix-commits, 2020/04/11
- 29/62: linux-boot: Add 'make-hurd-device-nodes'., guix-commits, 2020/04/11
- 31/62: gnu: guix: Fix cross-compilation., guix-commits, 2020/04/11
- 37/62: gnu: openssh: Build fix for the Hurd., guix-commits, 2020/04/11
- 33/62: gnu: libdaemon: Allow cross-compilation., guix-commits, 2020/04/11
- 43/62: gnu: hurd: "/libexec/rc" spawns the console client., guix-commits, 2020/04/11
- 44/62: system: hurd: Create a proper profile., guix-commits, 2020/04/11