gnu: commencement: glibc-final: Allow gnumach-headers references.
* gnu/packages/commencement.scm (glibc-final): Allow gnumach-headers-boot0 references for the Hurd.master
parent
1320885ffa
commit
aaa4cb0cad
|
@ -3426,10 +3426,14 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
|
||||||
;; if 'allowed-references' were per-output.
|
;; if 'allowed-references' were per-output.
|
||||||
(arguments
|
(arguments
|
||||||
`(#:allowed-references
|
`(#:allowed-references
|
||||||
,(cons* `(,gcc-boot0 "lib") (kernel-headers-boot0)
|
((,gcc-boot0 "lib")
|
||||||
static-bash-for-glibc
|
,(kernel-headers-boot0)
|
||||||
(package-outputs glibc-final-with-bootstrap-bash))
|
,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)))))
|
,@(package-arguments glibc-final-with-bootstrap-bash)))))
|
||||||
|
|
||||||
(define gcc-boot0-wrapped
|
(define gcc-boot0-wrapped
|
||||||
|
|
Reference in New Issue