unix-tools: fix typo

This commit is contained in:
Matthew Bauer 2018-04-10 21:18:42 -05:00
parent 70c378891e
commit 50bdc5a612

View file

@ -46,7 +46,7 @@ in rec {
};
getconf = singleBinary "getconf" {
linux = pkgs.musl-getconf;
darwin = pkgs.system_cmds;
darwin = pkgs.darwin.system_cmds;
};
getent = singleBinary "getconf" {
linux = pkgs.musl-getent;