Skip to content

Commit c86ee66

Browse files
committed
nix: add apple sdk core services pkgs
1 parent 7639eca commit c86ee66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
# additional packages needed for darwin platforms on x86_64
155155
# pkgs.darwin.apple_sdk.frameworks.AppKit
156156
pkgs.darwin.apple_sdk_11_0.frameworks.AppKit
157-
pkgs.darwin.apple_sdk_11_0.frameworks.CoreFoundation
157+
# pkgs.darwin.apple_sdk_11_0.frameworks.CoreFoundation
158+
pkgs.darwin.apple_sdk_11_0.frameworks.CoreServices
158159
pkgs.darwin.apple_sdk_11_0.frameworks.WebKit
159160
# pkgs.darwin.apple_sdk.frameworks.CoreServices
160161
# pkgs.darwin.apple_sdk.frameworks.Security

0 commit comments

Comments
 (0)