Merge branch 'fix-shell.nix-on-macOS-arm' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2021-12-30 17:50:19 +05:30
commit 7731a558f0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -24,6 +24,8 @@ mkShell rec {
libpng
python3
zlib
] ++ lib.optionals (stdenv.isDarwin && (builtins.hasAttr "UserNotifications" darwin.apple_sdk.frameworks)) [
darwin.apple_sdk.frameworks.UserNotifications
] ++ optionals stdenv.isLinux [
fontconfig libunistring libcanberra libX11
libXrandr libXinerama libXcursor libxkbcommon libXi libXext