guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: linux-libre: Fix cross-compilation.


From: guix-commits
Subject: branch master updated: gnu: linux-libre: Fix cross-compilation.
Date: Sat, 09 Sep 2023 05:47:10 -0400

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8d9bb5408a gnu: linux-libre: Fix cross-compilation.
8d9bb5408a is described below

commit 8d9bb5408a5088304ec8662bb53b9c3ded9ca725
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 9 11:00:42 2023 +0200

    gnu: linux-libre: Fix cross-compilation.
    
    Fix generic aarch64 kernel cross-compilation by providing the missing 
hexdump
    binary.
    
    * gnu/packages/linux.scm (linux-libre)[native-inputs]: Add util-linux.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 36354b4d82..bc1fedaad5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1071,6 +1071,7 @@ ARCH and optionally VARIANT, or #f if there is no such 
configuration."
            elfutils                  ;needed to enable CONFIG_STACK_VALIDATION
            flex
            bison
+           util-linux                ;needed for hexdump
            ;; These are needed to compile the GCC plugins.
            gmp
            mpfr



reply via email to

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