mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
linux: move hexdump to nativeBuildInputs
Trying to build vmlinuz.efi natively on aarch64 fails to find hexdump. This was introduced in #277975. Moving hexdump to nativeBuildInputs fixes the build.
This commit is contained in:
parent
3b25e5329a
commit
37007db77c
@ -121,7 +121,6 @@ let
|
||||
pahole
|
||||
perl
|
||||
elfutils
|
||||
hexdump
|
||||
# module makefiles often run uname commands to find out the kernel version
|
||||
(buildPackages.deterministic-uname.override { inherit modDirVersion; })
|
||||
]
|
||||
@ -158,6 +157,7 @@ let
|
||||
zstd
|
||||
python3Minimal
|
||||
kmod
|
||||
hexdump
|
||||
] ++ optional needsUbootTools ubootTools
|
||||
++ optionals (lib.versionAtLeast version "5.2") [ cpio pahole zlib ]
|
||||
++ optionals withRust [ rustc rust-bindgen ];
|
||||
|
Loading…
Reference in New Issue
Block a user