guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 64/64: gnu: commencement: Fix '%boot-mesboot1-inputs'.
Date: Tue, 18 Feb 2020 01:18:19 -0500 (EST)

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

commit e157ed72ec7b673b4204c84a7bf74f13afb44dc7
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 aa868c9..9827b77 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1813,8 +1813,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]