about summary refs log tree commit diff
path: root/pkgs/development/tools/xcbuild/wrapper.nix
Commit message (Collapse)AuthorAge
* Fix typoDaniel Peebles2017-03-22
| | | I should learn to type properly 🙃
* xcbuild: assorted fixes and cleanupsDan Peebles2017-03-21
| | | | | | | This is in preparation for the LLVM 4 upgrade (which gets more strict about e.g., return false in xcbuild itself) and also for using xcbuild more extensively in the Darwin stdenv bootstrap process, which is why I killed the unnecessary gcc dependency in the toolchain. llvm-cov pretends to be gcov anyway, so we're fine.
* xcbuild: 0ab861ab -> 0.1.1 (#21895)Matthew Justin Bauer2017-01-19
| | | | | * xcbuild: add xcode-select wrapper * xcbuild: update to 0.1.1
* xcbuild: add metaDaiderd Jordan2016-12-15
|
* xcbuild: Get rid of developer.nix, move to wrapperMatthew Bauer2016-11-15
| | | | | | | | | | | | | | | | also: - add custom outputs "specs" for xcbuild - get rid of unneeded tools - update xcbuild - add more comments - fixup xcbuild derivations Affected xcbuild derivations include: - adv_cmds - network_cmds - basic_cmds
* xcbuild: fix toolchain on LinuxMatthew Bauer2016-11-15
|
* xcbuild: Update toolchainMatthew Bauer2016-11-15
| | | | | | - Rework spec files. - Add more tool specs. - Add ctags.
* xcbuild: Make "xcbuild.raw" for original unwrappedMatthew Bauer2016-11-15
|
* xcbuild: add wrapperMatthew Bauer2016-11-15
Also updates xcbuild version. This changes the raw string expressions into nix expressions that are then converted into json by builtins.toJSON. Then, converted to Plist XML by Apple's plutil. Sadly, xcbuild does not support using raw JSON but Apple's plutil does so we just convert the file from JSON to XML using Apple's plutil. The result is not ideal but it looks like all OS X systems have working plutil's. - set mac version to 10.10 - add setup hook.