guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: %boot-tcc-inputs: Remove extra "gash-utils".


From: guix-commits
Subject: 11/12: gnu: %boot-tcc-inputs: Remove extra "gash-utils".
Date: Sat, 19 Mar 2022 15:42:21 -0400 (EDT)

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

commit 1594aaecd547f2fbb300a0dcaff5ca96bcdf48ef
Author: Timothy Sample <samplet@ngyro.com>
AuthorDate: Fri Apr 9 16:33:01 2021 -0400

    gnu: %boot-tcc-inputs: Remove extra "gash-utils".
    
    * gnu/packages/commencement.scm (%boot-tcc-inputs): Remove
    'gash-utils-boot' (it is already included in '%boot-gash-inputs'
    under the name "coreutils").
---
 gnu/packages/commencement.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 6dd480dc11..13862bf02e 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -885,7 +885,6 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
   `(("bash" ,bash-mesboot0)
     ("gzip" ,gzip-mesboot)
     ("patch" ,patch-mesboot)
-    ("gash-utils" ,gash-utils-boot)
     ("tcc" ,tcc-boot)
     ,@(alist-delete "tcc" (%boot-tcc0-inputs))))
 



reply via email to

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