linux: Add dependency on hexdump
This commit is contained in:
parent
1647fbdac9
commit
ac183baa8f
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
bc,
|
bc,
|
||||||
openssl,
|
openssl,
|
||||||
zstd,
|
zstd,
|
||||||
|
hexdump,
|
||||||
|
|
||||||
elfutils,
|
elfutils,
|
||||||
kmod,
|
kmod,
|
||||||
|
@ -90,6 +91,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||||
python3
|
python3
|
||||||
perl
|
perl
|
||||||
openssl
|
openssl
|
||||||
|
hexdump
|
||||||
|
|
||||||
zstd
|
zstd
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue