mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes.
* gnu/packages/bootstrap.scm (%bootstrap-inputs): Remove %bootstrap-mescc-tools, %bootstrap-mes.
This commit is contained in:
parent
a68d1d47ee
commit
76f7602b9f
1 changed files with 1 additions and 3 deletions
|
@ -1035,9 +1035,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
|
||||||
;; own packages.
|
;; own packages.
|
||||||
(match (%current-system)
|
(match (%current-system)
|
||||||
((or "i686-linux" "x86_64-linux")
|
((or "i686-linux" "x86_64-linux")
|
||||||
`(("linux-libre-headers" ,%bootstrap-linux-libre-headers)
|
`(("linux-libre-headers" ,%bootstrap-linux-libre-headers)))
|
||||||
("bootstrap-mescc-tools" ,%bootstrap-mescc-tools)
|
|
||||||
("mes" ,%bootstrap-mes)))
|
|
||||||
(_
|
(_
|
||||||
`(("libc" ,%bootstrap-glibc)
|
`(("libc" ,%bootstrap-glibc)
|
||||||
("gcc" ,%bootstrap-gcc)
|
("gcc" ,%bootstrap-gcc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue