Merge pull request #190884 from linsui/variety
variety: add app indicator support
This commit is contained in:
commit
2412e1ec98
@ -15,6 +15,8 @@
|
||||
, feh
|
||||
, imagemagickSupport ? true
|
||||
, imagemagick
|
||||
, appindicatorSupport ? true
|
||||
, libayatana-appindicator-gtk3
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
@ -41,7 +43,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
hicolor-icon-theme
|
||||
libnotify
|
||||
librsvg
|
||||
];
|
||||
]
|
||||
++ lib.optional appindicatorSupport libayatana-appindicator-gtk3;
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
beautifulsoup4
|
||||
|
Loading…
Reference in New Issue
Block a user