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,
|
||||
openssl,
|
||||
zstd,
|
||||
hexdump,
|
||||
|
||||
elfutils,
|
||||
kmod,
|
||||
|
@ -90,6 +91,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
python3
|
||||
perl
|
||||
openssl
|
||||
hexdump
|
||||
|
||||
zstd
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue