mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: gcc-mesboot: Remove redundant input.
Fixes <https://bugs.gnu.org/43508>. * gnu/packages/commencement.scm (gcc-mesboot)[native-inputs]: Remove GCC-MESBOOT1, which is already in %BOOT-MESBOOT4-INPUTS.
This commit is contained in:
parent
d845e3af7c
commit
18fa433bf5
1 changed files with 0 additions and 1 deletions
|
@ -2376,7 +2376,6 @@ (define gcc-mesboot
|
|||
(version (package-version gcc-4.9))
|
||||
(source (bootstrap-origin (package-source gcc-4.9)))
|
||||
(native-inputs `(("gcc-wrapper" ,gcc-mesboot1-wrapper)
|
||||
("gcc" ,gcc-mesboot1)
|
||||
("headers" ,glibc-headers-mesboot)
|
||||
,@(%boot-mesboot4-inputs)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue