2021-11-28 19:51:44 +01:00
|
|
|
{ lib, mkXfceDerivation, gtk3, libxfce4ui, libxfce4util, xfce4-panel, xfconf }:
|
2018-07-21 23:00:53 +02:00
|
|
|
|
2020-04-13 23:12:16 +02:00
|
|
|
mkXfceDerivation {
|
2018-07-21 23:00:53 +02:00
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-battery-plugin";
|
2021-06-17 02:10:02 +02:00
|
|
|
version = "1.1.4";
|
|
|
|
rev-prefix = "xfce4-battery-plugin-";
|
2020-04-13 23:12:16 +02:00
|
|
|
odd-unstable = false;
|
2021-06-17 02:10:02 +02:00
|
|
|
sha256 = "sha256-LwwlyWhtVM+OHR9KtE4DPyU5V/dMOjcgSjsI3o7qfk8=";
|
2018-07-21 23:00:53 +02:00
|
|
|
|
|
|
|
buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ];
|
2019-11-04 22:27:22 +01:00
|
|
|
|
2021-11-28 19:51:44 +01:00
|
|
|
meta = with lib; {
|
2019-11-04 22:27:22 +01:00
|
|
|
description = "Battery plugin for Xfce panel";
|
2021-11-28 19:51:44 +01:00
|
|
|
maintainers = with maintainers; [ ] ++ teams.xfce.members;
|
2019-11-04 22:27:22 +01:00
|
|
|
};
|
2018-07-21 23:00:53 +02:00
|
|
|
}
|