cpufrequtils: add license + homepage
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user