Skip to content

Commit

Permalink
alacritty: fix darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Jan 9, 2024
1 parent 4377f9c commit 445d129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,7 @@ with pkgs;
### APPLICATIONS/TERMINAL-EMULATORS

alacritty = callPackage ../applications/terminal-emulators/alacritty {
inherit (darwin.apple_sdk.frameworks) AppKit CoreGraphics CoreServices CoreText Foundation OpenGL;
inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreGraphics CoreServices CoreText Foundation OpenGL;
};

blackbox-terminal = callPackage ../applications/terminal-emulators/blackbox-terminal { };
Expand Down

0 comments on commit 445d129

Please sign in to comment.