darwin.apple_sdk_10_12: add objc4

This commit is contained in:
Randy Eckenrode 2024-02-06 19:06:49 -05:00
parent 2573f2c44a
commit 79db5b641e
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9
1 changed files with 2 additions and 0 deletions

View File

@ -352,6 +352,8 @@ in rec {
inherit darwin-stubs;
objc4 = pkgs.darwin.libobjc;
inherit (pkgs.darwin) Libsystem;
inherit sdk;