From 8d9bb5408a5088304ec8662bb53b9c3ded9ca725 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sat, 9 Sep 2023 11:00:42 +0200 Subject: 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. --- gnu/packages/linux.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 36354b4d82..bc1fedaad5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 -- cgit v1.2.3