unix-tools: add glibc
This commit is contained in:
parent
a1f226b78b
commit
55282f339b
@ -83,6 +83,9 @@ let
|
||||
linux = pkgs.nettools;
|
||||
darwin = pkgs.darwin.network_cmds;
|
||||
};
|
||||
locale = {
|
||||
linux = pkgs.glibc;
|
||||
};
|
||||
logger = {
|
||||
linux = pkgs.utillinux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user