Merge pull request #324322 from fpletz/pkgs/linux/vmlinuz.efi-hexdump

linux: move hexdump to nativeBuildInputs
This commit is contained in:
Masum Reza
2024-07-03 22:21:30 +05:30
committed by GitHub
@@ -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 ];