darwin make-bootstrap-tools: Document reason for special coreutils

Discussion:
https://github.com/NixOS/nixpkgs/commit/ac4958efc33322c9
This commit is contained in:
Tuomas Tynkkynen 2016-07-09 17:23:43 +03:00
parent 644d4e9ac9
commit 0cdf892769

View File

@ -6,7 +6,7 @@ rec {
coreutils_ = coreutils.override (args: {
# We want coreutils without ACL support.
aclSupport = false;
# Problems otherwise, unlike Linux even with "symlinks".
# Cannot use a single binary build, or it gets dynamically linked against gmp.
singleBinary = false;
});