about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/slack
diff options
context:
space:
mode:
authorYurii Matsiuk <24990891+ymatsiuk@users.noreply.github.com>2022-12-19 08:24:54 +0100
committerYurii Matsiuk <24990891+ymatsiuk@users.noreply.github.com>2022-12-19 08:26:29 +0100
commit3eda3c20117af54ab65f2ea6f1408aa672769591 (patch)
tree32f4439ae49e6d2916f95e9b33ac91f3e3d8ae4d /pkgs/applications/networking/instant-messengers/slack
parent1b33417f69610f1e9e9a031e412e6ddf24990375 (diff)
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.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/slack')
-rw-r--r--pkgs/applications/networking/instant-messengers/slack/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/slack/default.nix b/pkgs/applications/networking/instant-messengers/slack/default.nix
index 7e3dd42b578d5..7bd88eaa75459 100644
--- a/pkgs/applications/networking/instant-messengers/slack/default.nix
+++ b/pkgs/applications/networking/instant-messengers/slack/default.nix
@@ -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