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
+1 -1
View File
@@ -49,7 +49,7 @@ in rec {
darwin = pkgs.getopt; darwin = pkgs.getopt;
}; };
hexdump = singleBinary "hexdump" { hexdump = singleBinary "hexdump" {
linux = pkgs.procps; linux = pkgs.utillinux;
darwin = pkgs.darwin.shell_cmds; darwin = pkgs.darwin.shell_cmds;
}; };
hostname = singleBinary "hostname" { hostname = singleBinary "hostname" {