guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/25: gnu: glibc-mesboot: Rename from glibc-boot.


From: Jan Nieuwenhuizen
Subject: 18/25: gnu: glibc-mesboot: Rename from glibc-boot.
Date: Tue, 26 Jun 2018 13:48:38 -0400 (EDT)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 76669ee72c38453115861a6c42fe26ea5dc13d46
Author: Jan Nieuwenhuizen <address@hidden>
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 5944c01..6178f7b 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -861,10 +861,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)
@@ -961,9 +961,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]