Commit 445d1298 authored by happysalada's avatar happysalada
Browse files

alacritty: fix darwin build

parent 4377f9ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };