guix-commits
[Top][All Lists]
Advanced

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

63/63: gnu: commencement: Fix '%boot-mesboot1-inputs'.


From: guix-commits
Subject: 63/63: gnu: commencement: Fix '%boot-mesboot1-inputs'.
Date: Mon, 17 Feb 2020 16:01:09 -0500 (EST)

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

commit ef7e1b3631e15c0cda14f96522fe59ce93ee407e
Author: Timothy Sample <address@hidden>
AuthorDate: Sat Feb 8 10:27:34 2020 -0500

    gnu: commencement: Fix '%boot-mesboot1-inputs'.
    
    * gnu/packages/commencement.scm (%boot-mesboot1-inputs): In the list
    of elements to delete from '%boot-mesboot0-inputs', remove a
    duplicate 'bash', add 'bootar', and remove an extra space at the end
    of 'grep'.
---
 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 d00660b..4e92db7 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1814,8 +1814,8 @@ ac_cv_c_float_format='IEEE (little-endian)'
     ("sed" ,sed-mesboot)
     ("tar" ,tar-mesboot)
     ,@(fold alist-delete (%boot-mesboot0-inputs)
-            '("bash" "bash" "binutils" "coreutils" "gash" "gawk" "grep " 
"guile"
-              "make" "sed" "tar"))))
+            '("bash" "binutils" "bootar" "coreutils" "gash"
+              "gawk" "grep" "guile" "make" "sed" "tar"))))
 
 (define gmp-boot
   (package



reply via email to

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