[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/33: gnu: commencement: glibc-final: Allow gnumach-headers references.
From: |
guix-commits |
Subject: |
27/33: gnu: commencement: glibc-final: Allow gnumach-headers references. |
Date: |
Fri, 13 Mar 2020 02:45:57 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 0ab22c137feb42ccd1f0c67f81f2e2eaec69e032
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Tue Mar 3 20:14:24 2020 +0100
gnu: commencement: glibc-final: Allow gnumach-headers references.
* gnu/packages/commencement.scm (glibc-final): Allow gnumach-headers-boot0
references for the Hurd.
---
gnu/packages/commencement.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ddfefe0..0d218d1 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3441,10 +3441,14 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker
-Wl,~a/~a \"$@\"~%"
;; if 'allowed-references' were per-output.
(arguments
`(#:allowed-references
- ,(cons* `(,gcc-boot0 "lib") (kernel-headers-boot0)
- static-bash-for-glibc
- (package-outputs glibc-final-with-bootstrap-bash))
-
+ ((,gcc-boot0 "lib")
+ ,(kernel-headers-boot0)
+ ,static-bash-for-glibc
+ ,@(if (hurd-system?)
+ `(,gnumach-headers-boot0
+ ,hurd-headers-boot0)
+ '())
+ ,@(package-outputs glibc-final-with-bootstrap-bash))
,@(package-arguments glibc-final-with-bootstrap-bash)))))
(define gcc-boot0-wrapped
- 16/33: gnu: screen: Build fix for the Hurd., (continued)
- 16/33: gnu: screen: Build fix for the Hurd., guix-commits, 2020/03/13
- 05/33: gnu: make: Support for the Hurd., guix-commits, 2020/03/13
- 02/33: gnu: grub: Support for the Hurd., guix-commits, 2020/03/13
- 12/33: gnu: coreutils: Remove libcap dependency for the Hurd., guix-commits, 2020/03/13
- 07/33: gnu: fontconfig: Build fix for the Hurd., guix-commits, 2020/03/13
- 09/33: gnu: glibc: Add signal SA_SIGINFO support for the Hurd., guix-commits, 2020/03/13
- 14/33: gnu: shepherd: Build fix for the Hurd., guix-commits, 2020/03/13
- 21/33: gnu: commencement: hurd-headers-boot0: Build from tarball., guix-commits, 2020/03/13
- 22/33: gnu: commencement: hurd-minimal-boot0: Build from tarball., guix-commits, 2020/03/13
- 26/33: gnu: commencement: static-bash-for-glibc: Hurd build fix., guix-commits, 2020/03/13
- 27/33: gnu: commencement: glibc-final: Allow gnumach-headers references.,
guix-commits <=
- 18/33: gnu: mit-krb5: Supprt for the Hurd., guix-commits, 2020/03/13
- 31/33: Revert "gnu: guile-static-stripped: Update to 2.2.", guix-commits, 2020/03/13
- 17/33: gnu: shadow: Build fix for the Hurd., guix-commits, 2020/03/13
- 30/33: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/13
- 15/33: gnu: inetutils: Support for the Hurd., guix-commits, 2020/03/13