alacritty: unbreak on darwin

This commit is contained in:
Weijia Wang 2023-06-05 11:09:19 +03:00
parent 8f9be47422
commit f3e5af3683

View file

@ -35,6 +35,7 @@ let
expat
fontconfig
freetype
] ++ lib.optionals stdenv.isLinux [
libGL
xorg.libX11
xorg.libXcursor
@ -42,7 +43,6 @@ let
xorg.libXrandr
xorg.libXxf86vm
xorg.libxcb
] ++ lib.optionals stdenv.isLinux [
libxkbcommon
wayland
];