[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/48: gnu: guix: Add dependency on `hurd' when building for the Hurd.
From: |
guix-commits |
Subject: |
43/48: gnu: guix: Add dependency on `hurd' when building for the Hurd. |
Date: |
Sun, 19 Apr 2020 10:22:19 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 8c323de50e8db9258f6919c7b951912f467dde9f
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 959a1e2..9e53121 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -385,6 +385,10 @@ $(prefix)/etc/init.d\n")))
`(("bash" ,bash-minimal)
("xz" ,xz))
'())
+ ,@(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))
- 29/48: system: gnu: Add %bootstrap-{gcc, binutils, glibc} for devel profile., (continued)
- 29/48: system: gnu: Add %bootstrap-{gcc, binutils, glibc} for devel profile., guix-commits, 2020/04/19
- 30/48: guile: Disable web-server test on the Hurd., guix-commits, 2020/04/19
- 31/48: gnu: tar: Disable troublesome tests on the Hurd., guix-commits, 2020/04/19
- 32/48: gnu: tls: Remove datefudge and disable tests on the Hurd., guix-commits, 2020/04/19
- 20/48: services: hurd: Add dummy syslog., guix-commits, 2020/04/19
- 35/48: HACK gnu: python: Disable tests on the Hurd., guix-commits, 2020/04/19
- 36/48: system: hurd: Add guix., guix-commits, 2020/04/19
- 39/48: gnu: guix: Fix cross-compilation., guix-commits, 2020/04/19
- 38/48: gnu: guix: Use gnutls-3.6.13 when cross-compiling., guix-commits, 2020/04/19
- 42/48: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/19
- 43/48: gnu: guix: Add dependency on `hurd' when building for the Hurd.,
guix-commits <=
- 07/48: gnu: hurd: Build DDE libraries., guix-commits, 2020/04/19
- 26/48: system: hurd: Add openssh service., guix-commits, 2020/04/19
- 37/48: gnu: coreutils: Mark three more tests XFAIL on the Hurd., guix-commits, 2020/04/19
- 34/48: gnu: tcl: Disable troublesome test on the Hurd., guix-commits, 2020/04/19
- 47/48: REMOVEME gnu: guix: Bugfix for cross compiling to the Hurd., guix-commits, 2020/04/19
- 44/48: gnu: guix: Avoid loading (gnu installer) when cross compiling., guix-commits, 2020/04/19
- 46/48: Revert "records: Have ABI check work well for cross-compilation.", guix-commits, 2020/04/19
- 48/48: gnu: guix: Run `make update-guix-package'., guix-commits, 2020/04/19
- 10/48: system: hurd: Add /etc/group., guix-commits, 2020/04/19
- 09/48: gnu: hurd: Use default Qemu guest ip: 10.0.2.15., guix-commits, 2020/04/19