unix-tools: fixup hexdump

hexdump needs utillinux
This commit is contained in:
Matthew Justin Bauer 2018-04-11 14:50:27 -05:00 committed by GitHub
parent b84a8c06c6
commit b1fa009aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" {