mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
deluge: add missing libappindicator-gtk3 dependency
This commit is contained in:
parent
a397f300d6
commit
e0ae506a1c
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue