1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

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

This reverts commit debd401b0f.

We must not use a single-binary build for the bootstrap since the common
binary gains a dynamic linkage to gmp (due to 'factor' and 'expr'
handling arbitrary-precision arithmetic).
This commit is contained in:
Tuomas Tynkkynen 2016-07-09 17:19:18 +03:00
parent 03f4690acb
commit 644d4e9ac9

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;
});
# Avoid debugging larger changes for now.