Merge pull request #56129 from dywedir/alacritty

alacritty: add wayland, libxkbcommon to rpath
This commit is contained in:
Jörg Thalheim 2019-02-21 09:21:24 +00:00 committed by GitHub
commit bf1b39d127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@
libXrandr,
libGL,
xclip,
wayland,
libxkbcommon,
# Darwin Frameworks
cf-private,
AppKit,
@ -40,6 +42,9 @@ let
libXrandr
libGL
libXi
] ++ lib.optionals stdenv.isLinux [
wayland
libxkbcommon
];
in buildRustPackage rec {
name = "alacritty-${version}";