summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/default.nix
Commit message (Collapse)AuthorAge
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* Revert "Revert "darwin 10.12 commits""Matthew Bauer2019-04-20
| | | | This reverts commit 8505e710e707b2e425379dc356721194f742d8d0.
* treewide: assemble all `fetchurlBoot` uses in overrides to `fetchurl` itselfJan Malakhovski2019-02-19
| | | | | | | | | | | | | | The only outside-curl uses of `fetchurlBoot` left are `stdenv` and `apple-source-releases`. The latter one can probably be removed too, but I can't test it. Pros: - Aggregates all behind-the-scenes insanity in a single place. Cons: - At the cost of 10 more derivations (but 0 new outpaths).
* cctools: support LTO on DarwinDan Peebles2018-09-16
| | | | | LTO is disabled during bootstrap to keep the bootstrap tools small and avoid unnecessary LLVM rebuilds, but is enabled in the final stdenv stage and should be usable by normal packages.
* stdenv/darwin: integrate a new CoreFoundationDan Peebles2018-09-15
| | | | | This also updates the bootstrap tool builder to LLVM 5, but not the ones we actually use for bootstrap. I'll make that change in a subsequent commit so as to provide traceable provenance of the bootstrap tools.
* PowerManagement: init at 572.50.1Matthew Bauer2018-05-31
|
* darwin.ICU: fix cctoolsMatthew Bauer2018-05-31
|
* text_cmds: init at 99Matthew Bauer2018-04-15
|
* top: init at 108Matthew Bauer2018-04-12
|
* diskdev_cmds: init at 593Matthew Bauer2018-04-12
|
* SmartCardServices: initMatthew Bauer2018-04-12
|
* security_systemkeychain: initMatthew Bauer2018-04-09
| | | | Fixes #37838
* dtrace: add xcode drvMatthew Bauer2018-04-09
| | | | darwin.dtrace-xcode contains the dtrace bin
* Add setFunctionArgs lib function.Shea Levy2018-01-31
| | | | | | Among other things, this will allow *2nix tools to output plain data while still being composable with the traditional callPackage/.override interfaces.
* Merge branch 'system_cmds'Shea Levy2017-11-18
|\
| * Add system_cmds apple projectShea Levy2017-10-11
| | | | | | | | Actually just build sysctl for now, as xcbuild segfaults.
* | darwin: build apple stuff in parallelDomen Kožar2017-10-31
| |
* | darwin: fix assorted xcbuild buildsDan Peebles2017-10-12
|/ | | | | | This includes adding a new xcbuild-based libutil build to test the waters a bit there. We'll need to get xcbuild into the stdenv bootstrap before we can make the main build, but it's nice to see that it can work.
* darwin-CF: 855.17 -> 1153.18Daiderd Jordan2017-05-27
|
* darwin-dispatch: 339.92.1 -> 442.1.4Daiderd Jordan2017-05-27
|
* darwin-libplatform: init at 125Daiderd Jordan2017-05-27
|
* darwin-ICU: init at 531.48Daiderd Jordan2017-05-27
|
* darwin: update shas, some sources where re-released with different metadataDaiderd Jordan2017-01-23
|
* Merge branch 'master' into stagingVladimír Čunát2016-12-17
|\
| * Merge pull request #21133 from matthewbauer/shell_cmdsDaiderd Jordan2016-12-15
| |\ | | | | | | shell_cmds: init at 198
| | * shell_cmds: init at 187Matthew Bauer2016-12-14
| | | | | | | | | | | | fixes #11707
| * | darwin.CoreOSMakefiles: removeMatthew Bauer2016-12-14
| |/ | | | | | | | | | | This wasn't being used and it was causing an error when evaluating: error: attribute ‘CoreOSMakefiles’ missing, at /Users/mbauer/Projects/nixpkgs2/pkgs/os-specific/darwin/apple-source-releases/default.nix:140:71
* / darwin.libunwind: fix sourceDaiderd Jordan2016-12-15
|/ | | | | | Fixes #20977 since this was the same sha as the linux package nix just used that instead.
* file_cmds: init at 264.1.1Matthew Bauer2016-11-27
|
* Merge pull request #16540 from matthewbauer/xcbuildDaniel Peebles2016-11-16
|\ | | | | xcbuild: add wrapper
| * network_cmds: init at 481.20.1Matthew Bauer2016-11-15
| | | | | | | | Fixes #16764
| * developer_cmds: init at 62Matthew Bauer2016-11-15
| |
| * Librpcsvc: init at 26Matthew Bauer2016-11-15
| |
| * basic_cmds: init at 55Matthew Bauer2016-11-15
| |
| * adv_cmds: move from all-packagesMatthew Bauer2016-11-15
| | | | | | | | Use the old way with pkgs/os-specific/darwin/apple-source-releases/defuault.nix.
* | Add initial basic support for cross-compiling to iOSShea Levy2016-11-15
| |
* | Revert "Update hash for xnu 3248.60.10, the tarball changed upstream, it seems."Daiderd Jordan2016-11-14
| | | | | | | | This reverts commit 328ad178588c8a2bc690f937ef60acef41162ec8.
* | Update hash for xnu 3248.60.10, the tarball changed upstream, it seems.Rob Vermaas2016-11-14
| | | | | | | | (cherry picked from commit 5ddaca179c15154efae4e5b7efea843d2c67cff8)
* | Libsystem: update to 10.11.6 versionDan Peebles2016-10-16
|/ | | | | This actually has no effect but it bugged me to keep seeing an old version in the package names :) and since we're making a bunch of stdenv changes at once, I might as well.
* darwin.libunwind: fix incorrect sha256Daiderd Jordan2016-09-14
|
* apple-source-releases: upgrade a bunch of stuffDan Peebles2016-09-12
|
* stdenv-darwin: upgrade a couple more constituentsDan Peebles2016-09-12
|
* stdenv-darwin: upgrade a few more thingsDan Peebles2016-09-12
| | | | | | | | | | | It's a long build and generally painful to split into smaller commits, so I apologize for lumping many changes into one commit but this is far easier. There are still several outdated parts of the darwin stdenv but these changes should bring us closer to the goal. Fixes #18461
* Revert "Revert "Merge branch 'modprobe-fix' of ↵Shea Levy2016-08-24
| | | | | | | | | | git://github.com/abbradar/nixpkgs"" Revert a revert of a merge that shouldn't have been in master but was intentionally in staging. Next time I'll do this right after the revert instead of so far down the line... This reverts commit 9adad8612b082bcbae30c81678a04b79a44079a4.
* Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy2016-08-15
| | | | | | | Was meant to go into staging, sorry This reverts commit 57b2d1e9b0dcdd1d25bd2d450174764b9417ffc1, reversing changes made to 760b2b9048ea775c319cb348d74447a20dea513e.
* darwin.{xnu, Libc}: 10.9 -> 10.11Dan Peebles2016-08-14
| | | | | | | | | | | | I can't submit this in smaller units because the various components all depend on one another during the stdenv bootstrap, so I think this is the smallest sensible change I can make. I also removed the symbol-hiding shenanigans in Libsystem. It might mess up compatibility with 10.9 but I don't really want to support the added complexity and I see little evidence of anyone else wanting to support it. If someone cares, we might be able to revive compatibility, but for now it'll stay like this.
* apple-source-releases: bump many packages to 10.10.5Dan Peebles2016-01-10
| | | | | This also changes the versioning scheme to be in more "human-meaningful" terms, so instead of the internal release numbers we talk about 10.10.5 or 10.9.5.
* switch to zero underscores for sandbox profiles; remove generateFrameworkProfileJude Taylor2015-11-21
|
* use per-derivation sandbox profilesJude Taylor2015-11-19
|
* start on sandbox stuffJude Taylor2015-11-19
|