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:
@@ -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
Block a user