alacritty: use new darwin SDK pattern (#353685)
This commit is contained in:
commit
a9089570c5
@ -21,14 +21,7 @@
|
||||
, wayland
|
||||
, xdg-utils
|
||||
|
||||
# Darwin Frameworks
|
||||
, AppKit
|
||||
, CoreGraphics
|
||||
, CoreServices
|
||||
, CoreText
|
||||
, Foundation
|
||||
, libiconv
|
||||
, OpenGL
|
||||
, apple-sdk_11
|
||||
}:
|
||||
let
|
||||
rpathLibs = [
|
||||
@ -72,13 +65,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = rpathLibs
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
AppKit
|
||||
CoreGraphics
|
||||
CoreServices
|
||||
CoreText
|
||||
Foundation
|
||||
libiconv
|
||||
OpenGL
|
||||
apple-sdk_11
|
||||
];
|
||||
|
||||
outputs = [ "out" "terminfo" ];
|
||||
|
@ -2791,9 +2791,7 @@ with pkgs;
|
||||
|
||||
### APPLICATIONS/TERMINAL-EMULATORS
|
||||
|
||||
alacritty = callPackage ../applications/terminal-emulators/alacritty {
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreGraphics CoreServices CoreText Foundation OpenGL;
|
||||
};
|
||||
alacritty = callPackage ../applications/terminal-emulators/alacritty { };
|
||||
|
||||
blackbox-terminal = callPackage ../applications/terminal-emulators/blackbox-terminal { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user