2021-11-28 18:51:44 +00:00
|
|
|
{ lib, mkXfceDerivation, gtk3, libxfce4ui, libxfce4util, xfce4-panel, xfconf }:
|
2018-08-01 21:47:15 +01:00
|
|
|
|
2019-08-13 22:52:01 +01:00
|
|
|
mkXfceDerivation {
|
2018-08-01 21:47:15 +01:00
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-cpufreq-plugin";
|
2022-02-01 18:16:44 +00:00
|
|
|
version = "1.2.6";
|
|
|
|
sha256 = "sha256-HS+9pBCHy0NmDVUwL8QFDPeVpKyKib8YCwV8fZDL5Uc=";
|
2018-08-01 21:47:15 +01:00
|
|
|
|
|
|
|
buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ];
|
2019-11-04 21:27:22 +00:00
|
|
|
|
2021-11-28 18:51:44 +00:00
|
|
|
meta = with lib; {
|
2019-11-04 21:27:22 +00:00
|
|
|
description = "CPU Freq load plugin for Xfce panel";
|
2021-11-28 18:51:44 +00:00
|
|
|
maintainers = with maintainers; [ ] ++ teams.xfce.members;
|
2019-11-04 21:27:22 +00:00
|
|
|
};
|
2018-08-01 21:47:15 +01:00
|
|
|
}
|