Skip to content

Commit

Permalink
Merge pull request #279907 from happysalada/fix_alacritty_darwin
Browse files Browse the repository at this point in the history
alacritty: fix darwin build
  • Loading branch information
happysalada authored Jan 10, 2024
2 parents f14f82e + 445d129 commit 1ee8cbd
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 1ee8cbd

Please sign in to comment.