mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue