Malo Bourgon
|
62860b31ef
|
Revert "darwin.apple_sdk.frameworks.IOSurface: use Libsystem instead of xpc (#161561)"
This reverts commit 92074a45f3 .
|
2022-03-04 21:07:35 -05:00 |
|
Finn Behrens
|
92074a45f3
|
darwin.apple_sdk.frameworks.IOSurface: use Libsystem instead of xpc (#161561)
|
2022-02-23 15:57:01 -05:00 |
|
Angus Trau
|
6395aaba17
|
darwin.apple_sdk.frameworks.AVFoundation: Add missing dependencies
|
2021-08-01 12:51:26 +10:00 |
|
Luke Granger-Brown
|
a7be563707
|
darwin.apple_sdk.frameworks.CoreSymbolication: expose under SDK 11.0
This is used by the `root` package, and otherwise prevents the
nixpkgs.tarball build from succeeding (e.g.
https://hydra.nixos.org/build/146838433).
|
2021-07-05 02:09:35 +00:00 |
|
Jonathan Ringer
|
430ac9b830
|
apple_sdk_11: alias JavaVM
Apple removed JavaVM but JavaNativeFoundation seems to be
the replacement. Should be safe to substitute usage of
JavaVM with JavaNativeFoundation.
|
2021-06-06 15:09:41 -07:00 |
|
Domen Kožar
|
aeb44a891a
|
Merge pull request #125184 from domenkozar/aarch64-darwin-eval
Aarch64 darwin eval
|
2021-06-03 11:21:20 +02:00 |
|
Domen Kožar
|
9e6417f2a4
|
fix tarball job evaluation for aarch64-darwin
|
2021-06-03 10:52:46 +02:00 |
|
Anbang Wen
|
2565e3bba6
|
nixos/apple-sdk: 11.0 -> 11.1
The previous URL is a dead link. This commit updates it and bump the
SDK version to 11.1.
|
2021-06-02 09:23:28 -07:00 |
|
Ivan Babrou
|
68733c16f5
|
darwin.apple_sdk.frameworks: add missing dependencies
```
/nix/store/5mgn511gbldf7xl5kjm27z9lj10xcycl-apple-framework-CoreData-11.0.0/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerOptions.h:10:9: fatal error: 'CloudKit/CKDatabase.h' file not found
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
```
/nix/store/a7k7kqj08602785vsrss0xa85b08hik4-apple-framework-CloudKit-11.0.0/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:9:9: fatal error: 'CoreLocation/CLLocation.h' file not found
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
|
2021-05-17 00:27:04 +09:00 |
|
Andrew Childs
|
d2c9670339
|
darwin: add CoreFoundation to the build when explicitly required
|
2021-05-17 00:27:02 +09:00 |
|
Andrew Childs
|
fe0d5a54c1
|
darwin/apple-sdk-11.0: inject an sdk for macOS 11
|
2021-05-17 00:27:01 +09:00 |
|