cpufrequtils: add license + homepage
This commit is contained in:
parent
2c2d02fce5
commit
546bbb6948
1 changed files with 4 additions and 2 deletions
|
@ -21,8 +21,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ stdenv.cc.libc.linuxHeaders libtool gettext ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tools to display or change the CPU governor settings";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
homepage = http://ftp.be.debian.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue