about summary refs log tree commit diff
path: root/pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-08-01 20:47:15 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-01 22:47:15 +0200
commitb129cd165a1fb0767e6d1450886e795abcd03d2e (patch)
tree74a0a548200728f84ca8453b298030ecad4e6da5 /pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin
parent63c295caeffc3fa50a5f2ef848deabfb35a91597 (diff)
xfce4-13.xfce4-cpufreq-plugin: init at 1.2.0 (#44316)
Diffstat (limited to 'pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin')
-rw-r--r--pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin/default.nix b/pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin/default.nix
new file mode 100644
index 0000000000000..e17204c0cd55f
--- /dev/null
+++ b/pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin/default.nix
@@ -0,0 +1,10 @@
+{ mkXfceDerivation, gtk3, libxfce4ui, libxfce4util, xfce4-panel, xfconf }:
+
+mkXfceDerivation rec {
+  category = "panel-plugins";
+  pname = "xfce4-cpufreq-plugin";
+  version = "1.2.0";
+  sha256 = "0zhs7b7py1njczmpnib4532fwpnd3vnpqfhss2r136cfgy72kp6g";
+
+  buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ];
+}