From b1fa009aa2a3c0a121b3920fb1c2e1d9e9ace6a5 Mon Sep 17 00:00:00 2001 From: Matthew Justin Bauer Date: Wed, 11 Apr 2018 14:50:27 -0500 Subject: [PATCH] unix-tools: fixup hexdump hexdump needs utillinux --- pkgs/top-level/unix-tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/unix-tools.nix b/pkgs/top-level/unix-tools.nix index 0d6e8d1c6c2..8adb56f37f1 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" {