me
/
guix
Archived
1
0
Fork 0

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.
Mathieu Othacehe 2023-09-09 11:00:42 +02:00
parent db61bdd7f5
commit 8d9bb5408a
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 0 deletions

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