unix-tools: fixup hexdump
hexdump needs utillinux
This commit is contained in:
parent
b84a8c06c6
commit
b1fa009aa2
@ -49,7 +49,7 @@ in rec {
|
||||
darwin = pkgs.getopt;
|
||||
};
|
||||
hexdump = singleBinary "hexdump" {
|
||||
linux = pkgs.procps;
|
||||
linux = pkgs.utillinux;
|
||||
darwin = pkgs.darwin.shell_cmds;
|
||||
};
|
||||
hostname = singleBinary "hostname" {
|
||||
|
Loading…
Reference in New Issue
Block a user