sunshine: fix tray icon and menu links

This commit is contained in:
Morgan Helton 2024-12-10 19:56:58 -06:00
parent aaf03d7f00
commit f6262762b2
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -177,6 +177,8 @@ in
startLimitIntervalSec = 500;
startLimitBurst = 5;
environment.PATH = lib.mkForce null; # don't use default PATH, needed for tray icon menu links to work
serviceConfig = {
# only add configFile if an application or a setting other than the default port is set to allow configuration from web UI
ExecStart = escapeSystemdExecArgs (

View File

@ -18792,7 +18792,9 @@ with pkgs;
sieveshell = with python3.pkgs; toPythonApplication managesieve;
sunshine = callPackage ../by-name/su/sunshine/package.nix { };
sunshine = callPackage ../by-name/su/sunshine/package.nix {
boost = boost185;
};
jami = qt6Packages.callPackage ../applications/networking/instant-messengers/jami {
# TODO: remove once `udev` is `systemdMinimal` everywhere.