summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/unix-tools.nix
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-11 14:50:27 -0500
committerGitHub <noreply@github.com>2018-04-11 14:50:27 -0500
commitb1fa009aa2a3c0a121b3920fb1c2e1d9e9ace6a5 (patch)
tree2bd2be9183b3a2ce47a2adfb5c0f868919172f9f /pkgs/top-level/unix-tools.nix
parentb84a8c06c647988cbb2e07e7f231cae6108966da (diff)
unix-tools: fixup hexdump
hexdump needs utillinux
Diffstat (limited to 'pkgs/top-level/unix-tools.nix')
-rw-r--r--pkgs/top-level/unix-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/unix-tools.nix b/pkgs/top-level/unix-tools.nix
index 0d6e8d1c6c2d..8adb56f37f13 100644
--- a/pkgs/top-level/unix-tools.nix
+++ b/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" {