From dfd9a5906da6aad5e96818874e3009bce16b9df6 Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Thu, 13 Oct 2011 08:53:47 +0000 Subject: [PATCH] powertop meta info svn path=/nixpkgs/trunk/; revision=29807 --- pkgs/os-specific/linux/powertop/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix index aaa7d6f04e09..e0575b33c49c 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; + }; }