unixtools: fixup bad merge

This should hopefully fix the eval issue.
This commit is contained in:
Matthew Justin Bauer 2018-05-08 15:37:10 -05:00 committed by GitHub
parent 6748534d83
commit 882e08ced1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ let
eject = {
linux = pkgs.utillinux;
};
getconf = singleBinary "getconf" {
getconf = {
linux = if hostPlatform.isMusl then pkgs.musl-getconf
else lib.getBin stdenv.cc.libc;
darwin = pkgs.darwin.system_cmds;