From 55282f339b946fe7bf652dbe70120cd6ed46fe7e Mon Sep 17 00:00:00 2001 From: Matthew Justin Bauer Date: Mon, 11 Jun 2018 11:19:31 -0400 Subject: [PATCH] unix-tools: add glibc --- pkgs/top-level/unix-tools.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/unix-tools.nix b/pkgs/top-level/unix-tools.nix index 64979ba3234d..1bcf93754cd7 100644 --- a/pkgs/top-level/unix-tools.nix +++ b/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; };