cpufrequtils: add license + homepage

This commit is contained in:
Markus Kowalewski 2018-08-15 20:18:55 +02:00
parent 2c2d02fce5
commit 546bbb6948
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}