unix-tools: fixup hexdump

hexdump needs utillinux
wip/yesman
Matthew Justin Bauer 6 years ago committed by GitHub
parent b84a8c06c6
commit b1fa009aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/top-level/unix-tools.nix

@ -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…
Cancel
Save