me
/
guix
Archived
1
0
Fork 0

gnu: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes.

* gnu/packages/bootstrap.scm (%bootstrap-inputs): Remove
%bootstrap-mescc-tools, %bootstrap-mes.
master
Jan (janneke) Nieuwenhuizen 2020-12-23 09:45:08 +01:00
parent a68d1d47ee
commit 76f7602b9f
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 3 deletions

View File

@ -1035,9 +1035,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
;; own packages.
(match (%current-system)
((or "i686-linux" "x86_64-linux")
`(("linux-libre-headers" ,%bootstrap-linux-libre-headers)
("bootstrap-mescc-tools" ,%bootstrap-mescc-tools)
("mes" ,%bootstrap-mes)))
`(("linux-libre-headers" ,%bootstrap-linux-libre-headers)))
(_
`(("libc" ,%bootstrap-glibc)
("gcc" ,%bootstrap-gcc)