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

Discussion:
https://github.com/NixOS/nixpkgs/commit/ac4958efc33322c9
wip/yesman
Tuomas Tynkkynen 8 years ago
parent 644d4e9ac9
commit 0cdf892769
  1. 2
      pkgs/stdenv/darwin/make-bootstrap-tools.nix

@ -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…
Cancel
Save