3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #236052 from wegank/alacritty-darwin

alacritty: unbreak on darwin
This commit is contained in:
Weijia Wang 2023-06-05 14:34:25 +03:00 committed by GitHub
commit ca62b4b353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
];