1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 15:25:54 +02:00

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.
This commit is contained in:
Mathieu Othacehe
2023-09-09 11:00:42 +02:00
parent db61bdd7f5
commit 8d9bb5408a
+1
View File
@@ -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