summary refs log tree commit diff
path: root/pkgs/stdenv/darwin/unpack-bootstrap-tools.sh
Commit message (Collapse)AuthorAge
* darwin stdenv: Ensure libSystem reexports the right librariesJohn Ericson2017-07-25
| | | | | | | The logic was made pure for the normal libSystem, but this change never made it to the bootstrap tools. Deduplication the logic as the comment suggests would have prevented this, but here's a stop-gap until we do so.
* [darwin.stdenv] Fix to work on SierraDan Peebles2016-10-12
| | | | | | | This reinstates the libSystem selective symbol export machinery we used to have, but locks it to the symbols that were present in 10.11 and skips the actual compiled code we put into that library in favor of the system initialization code. That should make it more stable and less likely to do weird stuff than the last time we did this.
* stdenv-darwin: rename folder and associated attributeDan Peebles2016-01-03
| | | No point in calling it pure-darwin anymore. It's the only stdenv we have
* stdenv-darwin: kill old impure Darwin stdenvDan Peebles2016-01-03
| | | | I'll be moving the other one over it next commit (I split it into two to improve git's rename detection)
* Bootstrap tools for the upcoming new darwin stdenv (not working yet in this ↵Dan Peebles2015-02-18
stdenv, but will soon)