summary refs log tree commit diff
path: root/pkgs/os-specific/linux/powertop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/powertop/default.nix')
-rw-r--r--pkgs/os-specific/linux/powertop/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix
index aaa7d6f04e0..e0575b33c49 100644
--- a/pkgs/os-specific/linux/powertop/default.nix
+++ b/pkgs/os-specific/linux/powertop/default.nix
@@ -8,4 +8,10 @@ stdenv.mkDerivation {
   };
   patches = [./powertop-1.13.patch];
   buildInputs = [ncurses gettext];
+  meta = {
+    description = "Analyze power consumption on Intel-based laptops";
+    license = "GPLv2";
+    maintainers = [ stdenv.lib.maintainers.chaoflow ];
+    platforms = stdenv.lib.platforms.linux;
+  };
 }