From d20fa084807706fd3fccaa2104162843420c282c Mon Sep 17 00:00:00 2001 Message-ID: From: Pierre Langlois Date: Tue, 15 Aug 2023 22:10:02 +0100 Subject: [PATCH] gnu: linux-libre: Add util-linux native input. Provide `hexdump' needed to build compressed EFI payload, on aarch64. * gnu/packages/linux.scm (make-linux-libre*)[native-inputs]: Add util-linux. --- gnu/packages/linux.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 686eb40587..48dda8cda9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1071,7 +1071,9 @@ (define* (make-linux-libre* version gnu-revision source supported-systems ;; These are needed to compile the GCC plugins. gmp mpfr - mpc)) + mpc + ;; Provide hexdump command, needed on aarch64. + util-linux)) (home-page "https://www.gnu.org/software/linux-libre/") (synopsis "100% free redistribution of a cleaned Linux kernel") (description "GNU Linux-Libre is a free (as in freedom) variant of the base-commit: 6eb0070f088cfdc4edb98fcfbea4b7aa68a2e30a -- 2.41.0