cpufrequtils: add license + homepage
This commit is contained in:
parent
2c2d02fce5
commit
546bbb6948
@ -21,8 +21,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ stdenv.cc.libc.linuxHeaders libtool gettext ];
|
buildInputs = [ stdenv.cc.libc.linuxHeaders libtool gettext ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Tools to display or change the CPU governor settings";
|
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…
x
Reference in New Issue
Block a user