forked from mirrors/nixpkgs
slack: add wayland dependency
Fixes startup error: [6173:1219/081615.058096:ERROR:wayland_connection.cc(157)] Failed to load libwayland-cursor.so.0. [6173:1219/081615.058130:ERROR:ozone_platform_wayland.cc(220)] Failed to initialize Wayland platform [6173:1219/081615.058146:ERROR:env.cc(255)] The platform failed to initialize. Exiting.
This commit is contained in:
parent
1b33417f69
commit
3eda3c2011
|
@ -34,6 +34,7 @@
|
|||
, pango
|
||||
, pipewire
|
||||
, systemd
|
||||
, wayland
|
||||
, xdg-utils
|
||||
, xorg
|
||||
}:
|
||||
|
@ -121,6 +122,7 @@ let
|
|||
pipewire
|
||||
stdenv.cc.cc
|
||||
systemd
|
||||
wayland
|
||||
xorg.libX11
|
||||
xorg.libXScrnSaver
|
||||
xorg.libXcomposite
|
||||
|
|
Loading…
Reference in a new issue