powertop meta info
svn path=/nixpkgs/trunk/; revision=29807
This commit is contained in:
parent
0989227b08
commit
dfd9a5906d
|
@ -8,4 +8,10 @@ stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
patches = [./powertop-1.13.patch];
|
patches = [./powertop-1.13.patch];
|
||||||
buildInputs = [ncurses gettext];
|
buildInputs = [ncurses gettext];
|
||||||
|
meta = {
|
||||||
|
description = "Analyze power consumption on Intel-based laptops";
|
||||||
|
license = "GPLv2";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue