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:
parent
2f45a7a3f4
commit
ac4958efc3
@ -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;
|
||||||
# Our tooling currently can't handle scripts in bin/, only ELFs and symlinks.
|
# Problems otherwise, unlike Linux even with "symlinks".
|
||||||
singleBinary = "symlinks";
|
singleBinary = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
build = stdenv.mkDerivation {
|
build = stdenv.mkDerivation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user