Merge pull request #125276 from eduardosm/teams
teams: enable appindicator tray icon support
This commit is contained in:
commit
2733c58c7d
1 changed files with 2 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue