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

I've got no way to test, so just trying a likely safer way blindly.
This commit is contained in:
Vladimír Čunát 2016-07-03 14:20:03 +02:00
parent 2f45a7a3f4
commit ac4958efc3

View file

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