guix-commits
[Top][All Lists]
Advanced

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

55/64: gnu: commencement: gnu-make-mesboot: Rename from make-mesboot.


From: guix-commits
Subject: 55/64: gnu: commencement: gnu-make-mesboot: Rename from make-mesboot.
Date: Tue, 18 Feb 2020 01:18:16 -0500 (EST)

janneke pushed a commit to branch core-updates
in repository guix.

commit 476614f782eca24dac1422c00f90515f62216f77
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 de010c5..a3c770b 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1787,7 +1787,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")
@@ -1964,7 +1964,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]