mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
teams: enable appindicator tray icon support
This commit is contained in:
parent
e49cbd90e3
commit
de7986d7af
|
@ -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