Unverified Commit b1fa009a authored by Matthew Justin Bauer's avatar Matthew Justin Bauer Committed by GitHub
Browse files

unix-tools: fixup hexdump

hexdump needs utillinux
parent b84a8c06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" {