mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
nix/flake.nix: fix x86_64-darwin build
The default SDK errors missing UserNotifications on x86_64-darwin. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
This commit is contained in:
parent
6fc35e7dcb
commit
255b9e0783
@ -73,7 +73,7 @@
|
|||||||
xorg.xcbutilwm # contains xcb-ewmh among others
|
xorg.xcbutilwm # contains xcb-ewmh among others
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.isDarwin (
|
++ lib.optionals stdenv.isDarwin (
|
||||||
(with pkgs.darwin.apple_sdk.frameworks; [
|
(with pkgs.darwin.apple_sdk_12_3.frameworks; [
|
||||||
Cocoa
|
Cocoa
|
||||||
CoreGraphics
|
CoreGraphics
|
||||||
Foundation
|
Foundation
|
||||||
|
Loading…
Reference in New Issue
Block a user