From e0ae506a1cafcc037618160c5a0ee76deeb629fb Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sat, 13 Jun 2026 22:58:10 -0300 Subject: [PATCH] deluge: add missing libappindicator-gtk3 dependency --- pkgs/applications/networking/p2p/deluge/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/p2p/deluge/default.nix b/pkgs/applications/networking/p2p/deluge/default.nix index ef4bd7b5faef..e08d463c6300 100644 --- a/pkgs/applications/networking/p2p/deluge/default.nix +++ b/pkgs/applications/networking/p2p/deluge/default.nix @@ -5,6 +5,7 @@ libtorrent-rasterbar, python3Packages, gtk3, + libappindicator-gtk3, glib, gobject-introspection, librsvg, @@ -54,6 +55,7 @@ let gtk3 gobject-introspection pygobject3 + libappindicator-gtk3 ]; nativeBuildInputs = [