~ruther/guix-local

8d9bb5408a5088304ec8662bb53b9c3ded9ca725 — Mathieu Othacehe 2 years ago db61bdd
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.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -0
@@ 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