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