transmission_4-gtk: add libayatana-appindicator dependency for system tray icon
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
enableGTK3 ? false,
|
||||
gtkmm3,
|
||||
libpthread-stubs,
|
||||
libayatana-appindicator,
|
||||
wrapGAppsHook3,
|
||||
enableQt5 ? false,
|
||||
enableQt6 ? false,
|
||||
@@ -188,6 +189,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ optionals enableGTK3 [
|
||||
gtkmm3
|
||||
libpthread-stubs
|
||||
libayatana-appindicator
|
||||
]
|
||||
++ optionals enableSystemd [ systemd ]
|
||||
++ optionals stdenv.hostPlatform.isLinux [ inotify-tools ];
|
||||
|
||||
Reference in New Issue
Block a user