linux: Add dependency on hexdump

This commit is contained in:
Mikael 2024-08-30 22:40:41 +02:00
parent 1647fbdac9
commit ac183baa8f
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -22,6 +22,7 @@
bc,
openssl,
zstd,
hexdump,
elfutils,
kmod,
@ -90,6 +91,7 @@ in stdenv.mkDerivation (finalAttrs: {
python3
perl
openssl
hexdump
zstd
];