diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2023-09-09 11:00:42 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2023-09-09 11:03:16 +0200 |
commit | 8d9bb5408a5088304ec8662bb53b9c3ded9ca725 (patch) | |
tree | 75737273a3a437aaddcec464d9aafcc6cae1f52c | |
parent | db61bdd7f52270a35bd0a3a88650d98276dab20b (diff) | |
download | guix-8d9bb5408a5088304ec8662bb53b9c3ded9ca725.tar.gz guix-8d9bb5408a5088304ec8662bb53b9c3ded9ca725.zip |
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.
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |