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" { getconf = singleBinary "getconf" {
linux = pkgs.musl-getconf; linux = pkgs.musl-getconf;
darwin = pkgs.system_cmds; darwin = pkgs.darwin.system_cmds;
}; };
getent = singleBinary "getconf" { getent = singleBinary "getconf" {
linux = pkgs.musl-getent; linux = pkgs.musl-getent;