Revert "make-bootstrap-tools: try again to fix on Darwin"

This reverts commit ac4958efc3.
This commit is contained in:
Vladimír Čunát 2016-07-03 16:23:36 +02:00
parent 61ddaa08bc
commit debd401b0f

View File

@ -6,8 +6,8 @@ rec {
coreutils_ = coreutils.override (args: { coreutils_ = coreutils.override (args: {
# We want coreutils without ACL support. # We want coreutils without ACL support.
aclSupport = false; aclSupport = false;
# Problems otherwise, unlike Linux even with "symlinks". # Our tooling currently can't handle scripts in bin/, only ELFs and symlinks.
singleBinary = false; singleBinary = "symlinks";
}); });
build = stdenv.mkDerivation { build = stdenv.mkDerivation {