guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: commencement: bzip2-boot0: Add diffuti


From: guix-commits
Subject: branch core-updates updated: gnu: commencement: bzip2-boot0: Add diffutils-boot0 dependency.
Date: Wed, 19 Feb 2020 07:44:41 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 0c54440  gnu: commencement: bzip2-boot0: Add diffutils-boot0 
dependency.
0c54440 is described below

commit 0c54440b793e805290a60d6b1b17d4bd2e4f9443
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Tue Feb 18 11:35:28 2020 +0100

    gnu: commencement: bzip2-boot0: Add diffutils-boot0 dependency.
    
    * gnu/packages/commencement.scm (bzip2-boot0): Add diffutils-boot0 
dependency;
    fixes traditional bootstrap mode (non-intel-linux architectures).
---
 gnu/packages/commencement.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index d06c705..0d7611b 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2524,7 +2524,8 @@ exec " gcc "/bin/" program
     (name "bzip2-boot0")
     (native-inputs `())
     (inputs
-     `(("make" ,gnu-make-boot0)
+     `(("diffutils" ,diffutils-boot0)
+       ("make" ,gnu-make-boot0)
        ,@(%bootstrap-inputs+toolchain)))
     (arguments
      `(#:guile ,%bootstrap-guile



reply via email to

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