unix-tools: add glibc

wip/yesman
Matthew Justin Bauer 6 years ago committed by GitHub
parent a1f226b78b
commit 55282f339b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/top-level/unix-tools.nix

@ -83,6 +83,9 @@ let
linux = pkgs.nettools;
darwin = pkgs.darwin.network_cmds;
};
locale = {
linux = pkgs.glibc;
};
logger = {
linux = pkgs.utillinux;
};

Loading…
Cancel
Save