Skip to content

Commit

Permalink
nix/flake.nix: fix x86_64-darwin build
Browse files Browse the repository at this point in the history
The default SDK errors missing UserNotifications on x86_64-darwin.

Signed-off-by: Sirio Balmelli <[email protected]>
  • Loading branch information
siriobalmelli authored and wez committed Nov 4, 2024
1 parent 6fc35e7 commit 255b9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
xorg.xcbutilwm # contains xcb-ewmh among others
]
++ lib.optionals stdenv.isDarwin (
(with pkgs.darwin.apple_sdk.frameworks; [
(with pkgs.darwin.apple_sdk_12_3.frameworks; [
Cocoa
CoreGraphics
Foundation
Expand Down

0 comments on commit 255b9e0

Please sign in to comment.