guix-commits
[Top][All Lists]
Advanced

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

54/63: gnu: commencement: gnu-make-mesboot: Rename from make-mesboot.


From: guix-commits
Subject: 54/63: gnu: commencement: gnu-make-mesboot: Rename from make-mesboot.
Date: Mon, 17 Feb 2020 16:01:06 -0500 (EST)

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

commit 49d5f28e726673b96820df62a51ca7f13dccb55b
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Mon Dec 16 13:38:20 2019 +0100

    gnu: commencement: gnu-make-mesboot: Rename from make-mesboot.
    
    * gnu/packages/commencement.scm (gnu-make-mesboot): Rename
    from. make-mesboot.  Update users.
---
 gnu/packages/commencement.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 673f654..4466f7a 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1788,7 +1788,7 @@ ac_cv_c_float_format='IEEE (little-endian)'
          "ac_cv_func_gethostbyname=no"
          "gl_cv_func_rename_dest_works=yes")))))
 
-(define make-mesboot
+(define gnu-make-mesboot
   (package
     (inherit gnu-make)
     (name "make-mesboot")
@@ -1965,7 +1965,7 @@ ac_cv_c_float_format='IEEE (little-endian)'
     ("coreutils" ,coreutils-mesboot0)
     ("gawk" ,gawk-mesboot)
     ("grep" ,grep-mesboot)
-    ("make" ,make-mesboot)
+    ("make" ,gnu-make-mesboot)
     ("sed" ,sed-mesboot)
     ("tar" ,tar-mesboot)
     ,@(fold alist-delete (%boot-mesboot0-inputs)



reply via email to

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