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
|
{ stdenv, fetchFromGitHub, asciidoc-full, gettext
|
||||||
, gobjectIntrospection, gtk3, hicolor-icon-theme, libnotify, librsvg
|
, gobjectIntrospection, gtk3, hicolor-icon-theme, libappindicator-gtk3, libnotify, librsvg
|
||||||
, udisks2, wrapGAppsHook
|
, udisks2, wrapGAppsHook
|
||||||
, buildPythonApplication
|
, buildPythonApplication
|
||||||
, docopt
|
, docopt
|
||||||
@ -27,7 +27,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
gettext gobjectIntrospection gtk3 libnotify docopt
|
gettext gobjectIntrospection gtk3 libnotify docopt
|
||||||
pygobject3 pyyaml udisks2
|
pygobject3 pyyaml udisks2 libappindicator-gtk3
|
||||||
];
|
];
|
||||||
|
|
||||||
postBuild = "make -C doc";
|
postBuild = "make -C doc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user