[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/23: gnu: commencement: glibc-final: Allow gnumach-headers references.
From: |
guix-commits |
Subject: |
10/23: gnu: commencement: glibc-final: Allow gnumach-headers references. |
Date: |
Thu, 26 Mar 2020 05:45:46 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit e9ce853de56574164b6ebdc16240b0b497db92b2
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 ea80c50..09758d1 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3426,10 +3426,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
- branch wip-hurd created (now bbbd446), guix-commits, 2020/03/26
- 03/23: gnu: make: Support for the Hurd., guix-commits, 2020/03/26
- 06/23: gnu: commencement: hurd-minimal-boot0: Build from tarball., guix-commits, 2020/03/26
- 08/23: gnu: commencement: hurd-source: Update to latest git., guix-commits, 2020/03/26
- 10/23: gnu: commencement: glibc-final: Allow gnumach-headers references.,
guix-commits <=
- 04/23: gnu: commencement: gnumach-headers-boot0: Build from tarball., guix-commits, 2020/03/26
- 05/23: gnu: commencement: hurd-headers-boot0: Build from tarball., guix-commits, 2020/03/26
- 02/23: gnu: java-jansi-native: Compile fix for the Hurd., guix-commits, 2020/03/26
- 01/23: gnu: bootstrap: Add support for the Hurd., guix-commits, 2020/03/26
- 07/23: gnu: commencement: glibc-intermediate: Build fixes for the Hurd., guix-commits, 2020/03/26
- 09/23: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., guix-commits, 2020/03/26
- 12/23: daemon: Do not use clone on the Hurd., guix-commits, 2020/03/26
- 13/23: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/26
- 16/23: gnu: shadow: Add linux-pam dependency for the Hurd., guix-commits, 2020/03/26
- 17/23: gnu: pciutils: Build fixes for the Hurd., guix-commits, 2020/03/26