janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 2162aa6dad381ca47e23897adb057bf6c3c0255b
Author: Jan Nieuwenhuizen <[email protected]>
Date: Sat Jun 23 19:04:51 2018 +0200
gnu: glibc-mesboot: Rename from glibc-boot.
* gnu/packages/mes.scm (glibc-mesboot): Rename from glibc-boot.
---
gnu/packages/mes.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 116d420..08fba27 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -866,10 +866,10 @@ ac_cv_c_float_format='IEEE (little-endian)'
(copy-recursively (string-append tcc "/include")
(string-append out "/include")))))))))))
-(define-public glibc-boot
+(define-public glibc-mesboot
(package
(inherit glibc)
- (name "glibc-boot")
+ (name "glibc-mesboot")
(version "2.2.5")
(source (origin
(method url-fetch)
@@ -966,9 +966,9 @@ ac_cv_c_float_format='IEEE (little-endian)'
(base32
"1xvfy4pqhrd5v2cv8lzf63iqg92k09g6z9n2ah6ndd4h17k1x0an"))))
(supported-systems '("i686-linux"))
- ("glibc" ,glibc-boot)
(native-inputs `(("binutils" ,binutils-mesboot0)
("gcc" ,gcc-core-mesboot)
+ ("glibc" ,glibc-mesboot)
("kernel-headers" ,(linux-libre-headers-boot0))))
(outputs '("out"))
(arguments