unix-tools: add glibc

This commit is contained in:
Matthew Justin Bauer 2018-06-11 11:19:31 -04:00 committed by GitHub
parent a1f226b78b
commit 55282f339b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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