Merge pull request #125276 from eduardosm/teams

teams: enable appindicator tray icon support
This commit is contained in:
Sandro 2021-06-03 17:52:56 +02:00 committed by GitHub
commit 2733c58c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''