mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Remove duplicate linux-libre-headers package from bootstrap inputs.
GLIBC-FINAL already propagates linux-libre-headers, so drop the bootstrap input. * gnu/packages/commencement.scm (%boot2-inputs): Remove %BOOTSTRAP-LINUX-LIBRE-HEADERS.
This commit is contained in:
parent
77e02d948c
commit
4ae7dc7b9a
1 changed files with 1 additions and 1 deletions
|
@ -2195,7 +2195,7 @@ (define (%boot2-inputs)
|
||||||
`(("libc" ,glibc-final)
|
`(("libc" ,glibc-final)
|
||||||
("libc:static" ,glibc-final "static")
|
("libc:static" ,glibc-final "static")
|
||||||
("gcc" ,(gcc-boot0-wrapped))
|
("gcc" ,(gcc-boot0-wrapped))
|
||||||
,@(fold alist-delete (%boot1-inputs) '("libc" "gcc"))))
|
,@(fold alist-delete (%boot1-inputs) '("libc" "gcc" "linux-libre-headers"))))
|
||||||
|
|
||||||
(define binutils-final
|
(define binutils-final
|
||||||
(package-with-bootstrap-guile
|
(package-with-bootstrap-guile
|
||||||
|
|
Loading…
Reference in a new issue