teams: enable appindicator tray icon support

(cherry picked from commit de7986d7afd9f140ebc43e8a95bdb7f1f7ed08af)
This commit is contained in:
Eduardo Sánchez Muñoz 2021-06-01 21:08:20 +02:00 committed by Bjørn Forsman
parent 9a3a0f39f9
commit 4a6b102088

View File

@ -6,6 +6,7 @@
, dpkg
, atomEnv
, libuuid
, libappindicator-gtk3
, pulseaudio
, at-spi2-atk
, coreutils
@ -34,6 +35,7 @@ stdenv.mkDerivation rec {
runtimeDependencies = [
(lib.getLib systemd)
pulseaudio
libappindicator-gtk3
];
preFixup = ''