mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Merge pull request #56129 from dywedir/alacritty
alacritty: add wayland, libxkbcommon to rpath
This commit is contained in:
commit
bf1b39d127
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user