deluge: fix system tray indicator
This commit is contained in:
parent
8ee01ca129
commit
7b6e082414
1 changed files with 5 additions and 0 deletions
|
|
@ -71,6 +71,11 @@ rec {
|
|||
patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
|
||||
});
|
||||
};
|
||||
deluge = prev.deluge.overrideAttrs (old: {
|
||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [
|
||||
prev.libappindicator-gtk3
|
||||
];
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue