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.
parent
db61bdd7f5
commit
8d9bb5408a
|
@ -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
|
||||
|
|
Reference in New Issue