darwin make-bootstrap-tools: Document reason for special coreutils
Discussion: https://github.com/NixOS/nixpkgs/commit/ac4958efc33322c9
This commit is contained in:
parent
644d4e9ac9
commit
0cdf892769
@ -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;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user