about summary refs log tree commit diff
path: root/pkgs/development/tools/xcbuild/toolchains.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-04-04yacc: deprecate aliasSandro Jäckel1-2/+2
and add a new line after the alphabetically sorting to please my inner monk
2019-04-20Revert "Revert "darwin 10.12 commits""Matthew Bauer1-0/+1
This reverts commit 8505e710e707b2e425379dc356721194f742d8d0.
2019-01-12xcbuild: provide migcom in toolchainDmitry Kalinkin1-0/+1
This is needed to facilitate build of qt5.qtwebengine on darwin
2018-08-11xcbuild: cleanupMatthew Bauer1-28/+28
2018-07-09xcbuild: refactorMatthew Bauer1-0/+71
This reworks some of xcbuild logic to make it more compatible with Apple’s SDK. - Add a fake version of xcrun & xcode-select - Cleanup platform generation. Clang does not like having 20 char hashes in sysroot so it is much easier to just build the parent directory for each runCommand. This is a little awkward but I have renamed everything with an added ‘s’ to make the distinction more clear. - Cleaned up wrapper.nix in some different ways - Reuse some versioning logic so that we don’t end up with two different versions of Xcode or SDK reported.