mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
Udiskie appindicator (#42063)
* udiskie: Add libappindicator-gtk3 runtime dependency This is needed to support the --appindicator --tray command line flag.
This commit is contained in:
parent
78831b17a1
commit
180ad2c1b0
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchFromGitHub, asciidoc-full, gettext
|
||||
, gobjectIntrospection, gtk3, hicolor-icon-theme, libnotify, librsvg
|
||||
, gobjectIntrospection, gtk3, hicolor-icon-theme, libappindicator-gtk3, libnotify, librsvg
|
||||
, udisks2, wrapGAppsHook
|
||||
, buildPythonApplication
|
||||
, docopt
|
||||
|
@ -27,7 +27,7 @@ buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
gettext gobjectIntrospection gtk3 libnotify docopt
|
||||
pygobject3 pyyaml udisks2
|
||||
pygobject3 pyyaml udisks2 libappindicator-gtk3
|
||||
];
|
||||
|
||||
postBuild = "make -C doc";
|
||||
|
|
Loading…
Reference in a new issue